guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

122/243: gnu: Add texlive-basque-date.


From: guix-commits
Subject: 122/243: gnu: Add texlive-basque-date.
Date: Fri, 11 Aug 2023 08:45:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5d65f23e9d060b64f54c69827580795aa0db529e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:13:42 2023 +0200

    gnu: Add texlive-basque-date.
    
    * gnu/packages/tex.scm (texlive-basque-date): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a2490ca8db..5219ae5b1d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1929,6 +1929,28 @@ are written in Basque.  The class is useful for writing 
books, PhD and Master
 Theses, etc., in Basque.")
     (license license:lppl1.2+)))
 
+(define-public texlive-basque-date
+  (package
+    (name "texlive-basque-date")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/basque-date/"
+                   "source/latex/basque-date/"
+                   "tex/latex/basque-date/")
+             (base32
+              "0n1nc2nrwl3ajk1n7xbnf49mvg8dlqlyndsyywgs46dnv55b7gs5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/basque-date";)
+    (synopsis "Print the date in Basque")
+    (description
+     "The package provides two LaTeX commands to print the current date in
+Basque according to the correct forms ruled by The Basque Language Academy
+(Euskaltzaindia).  The commands automatically solve the complex declination
+issues of numbers in Basque.")
+    (license license:lppl1.2+)))
+
 (define-public texlive-begriff
   (package
     (name "texlive-begriff")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]