ngz pushed a commit to branch master
in repository guix.
commit 37de1fa5243de4eaff84e7b57c4112671b5707d6
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 15:16:16 2023 +0200
gnu: Add texlive-serbian-date-lat.
* gnu/packages/tex.scm (texlive-serbian-date-lat): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
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")