[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/33: gnu: Add texlive-serbian-date-lat.
From: |
guix-commits |
Subject: |
28/33: gnu: Add texlive-serbian-date-lat. |
Date: |
Mon, 14 Aug 2023 09:22:17 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 37de1fa5243de4eaff84e7b57c4112671b5707d6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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")
- 21/33: gnu: Add texlive-mongolian-babel., (continued)
- 21/33: gnu: Add texlive-mongolian-babel., guix-commits, 2023/08/14
- 23/33: gnu: Add texlive-mpman-ru., guix-commits, 2023/08/14
- 29/33: gnu: Add texlive-serbian-def-cyr., guix-commits, 2023/08/14
- 07/33: gnu: Add texlive-fonts-churchslavonic., guix-commits, 2023/08/14
- 31/33: gnu: Add texlive-t2., guix-commits, 2023/08/14
- 15/33: gnu: Add texlive-lcyw., guix-commits, 2023/08/14
- 25/33: gnu: Add texlive-pst-eucl-translation-bg., guix-commits, 2023/08/14
- 27/33: gnu: Add texlive-serbian-apostrophe., guix-commits, 2023/08/14
- 30/33: gnu: Add texlive-serbian-lig., guix-commits, 2023/08/14
- 19/33: gnu: Add texlive-lshort-russian., guix-commits, 2023/08/14
- 28/33: gnu: Add texlive-serbian-date-lat.,
guix-commits <=
- 04/33: gnu: Add texlive-babel-serbian., guix-commits, 2023/08/14
- 09/33: gnu: Add texlive-cmcyr., guix-commits, 2023/08/14
- 12/33: gnu: Add texlive-eskd., guix-commits, 2023/08/14
- 11/33: gnu: Add texlive-disser., guix-commits, 2023/08/14
- 22/33: gnu: Add texlive-montex., guix-commits, 2023/08/14
- 14/33: gnu: Add texlive-gost., guix-commits, 2023/08/14
- 32/33: gnu: Add texlive-xecyrmongolian., guix-commits, 2023/08/14