diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-14 15:16:16 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-14 15:21:03 +0200 |
commit | 37de1fa5243de4eaff84e7b57c4112671b5707d6 (patch) | |
tree | 0d2b639d83bedc4368f30bda02aac2cf5f1b04fa /gnu/packages/tex.scm | |
parent | bf22d643ba3acede640349155639b3d84dcc1ca7 (diff) | |
download | guix-37de1fa5243de4eaff84e7b57c4112671b5707d6.tar.gz |
gnu: Add texlive-serbian-date-lat.
* gnu/packages/tex.scm (texlive-serbian-date-lat): New variable.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 6c93f3f1b0..51f0233f9a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -8580,6 +8580,26 @@ specialists.") words) whose expansion is the Serbian word with appropriate apostrophes.") (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 (package (name "texlive-sesamanuel") |