me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-serbian-date-lat.

* gnu/packages/tex.scm (texlive-serbian-date-lat): New variable.
Nicolas Goaziou 2023-08-14 15:16:16 +02:00
parent bf22d643ba
commit 37de1fa524
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -8580,6 +8580,26 @@ specialists.")
words) whose expansion is the Serbian word with appropriate apostrophes.") words) whose expansion is the Serbian word with appropriate apostrophes.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-serbian-date-lat
(package
(name "texlive-serbian-date-lat")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/serbian-date-lat/"
"tex/latex/serbian-date-lat/")
(base32
"1m23r2i2dxw4xnxih94iyiwk4a5ggvn7wkqhp8ai5va5grp36kfk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/serbian-date-lat")
(synopsis "Updated date typesetting for Serbian")
(description
"Babel defines dates for Serbian texts, in Latin script. The style it
uses does not match current practices. The present package defines
a @code{\\date} command that solves the problem.")
(license license:gpl2)))
(define-public texlive-sesamanuel (define-public texlive-sesamanuel
(package (package
(name "texlive-sesamanuel") (name "texlive-sesamanuel")