me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-serbian-lig.

* gnu/packages/tex.scm (texlive-serbian-lig): New variable.
Nicolas Goaziou 2023-08-14 15:16:38 +02:00
parent 572a98c207
commit 96869f3d1f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -8619,6 +8619,25 @@ a @code{\\date} command that solves the problem.")
language in Cyrillic scripts in T2A encoding and CP1251 code pages.")
(license license:lppl1.3+)))
(define-public texlive-serbian-lig
(package
(name "texlive-serbian-lig")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/serbian-lig/"
"tex/latex/serbian-lig/")
(base32
"1vq33mr8br7z7y5ayb5wmhy0ralgx6alb9kmhaahdx8a105dl81b")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/serbian-lig")
(synopsis "Control ligatures in Serbian")
(description
"The package suppresses @samp{fi} and @samp{fl} (and other ligatures) in
Serbian text written using Roman script.")
(license license:lppl1.3+)))
(define-public texlive-sesamanuel
(package
(name "texlive-sesamanuel")