guix-commits
[Top][All Lists]
Advanced

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

231/243: gnu: Add texlive-numberpt.


From: guix-commits
Subject: 231/243: gnu: Add texlive-numberpt.
Date: Fri, 11 Aug 2023 08:46:27 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a3ca86589430698dfcbface5e4f7db7d86172e6b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:29:17 2023 +0200

    gnu: Add texlive-numberpt.
    
    * gnu/packages/tex.scm (texlive-numberpt): 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 138573c0a5..3e4e9be491 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6814,6 +6814,28 @@ mass and energy data in LaTeX documents.  It uses the 
PythonTeX package and
 requires @command{pythontex} to be called with the TeX file as the argument.")
     (license license:lppl1.3+)))
 
+(define-public texlive-numberpt
+  (package
+    (name "texlive-numberpt")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/numberpt/"
+                   "source/latex/numberpt/"
+                   "tex/latex/numberpt/")
+             (base32
+              "14515d1l9d9pxs333f8m99mclaf8mklrs14h2w3bdk5m37m7pv8i")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/numberpt";)
+    (synopsis "Counters spelled out in Portuguese")
+    (description
+     "This package defines commands to display counters spelled out in 
Portuguese.
+Options are offered to select variations in the spelling of @samp{14}, or
+Brazilian vs. European Portuguese forms in the spelling of @samp{16},
+@samp{17}, and @samp{19}.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-numerica
   (package
     (name "texlive-numerica")



reply via email to

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