me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ordinalpt.

* gnu/packages/tex.scm (texlive-ordinalpt): New variable.
Nicolas Goaziou 2023-08-11 00:29:39 +02:00
parent a3ca865894
commit 1dc24c1a58
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -6935,6 +6935,29 @@ easily available. Especially, these symbols are used in scientific plots, but
the potential user is allowed to use them in other ways.")
(license license:lppl1.3+)))
(define-public texlive-ordinalpt
(package
(name "texlive-ordinalpt")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ordinalpt/"
"source/latex/ordinalpt/"
"tex/latex/ordinalpt/")
(base32
"02hsl021gd23qrfm3myazg606lmp149dmpss3vyx93dyqcg8axbr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ordinalpt")
(synopsis "Counters as ordinal numbers in Portuguese")
(description
"The package provides a counter style (like @code{\\arabic},
@code{\\alph} and others) which produces output strings like
@samp{primeiro} (``first'' in Portuguese), @samp{segundo}, (``second''), and
so on up to 1999th. Separate counter commands are provided for different
letter case variants, and for masculine and feminine gender inflections.")
(license license:lppl)))
(define-public texlive-ot-tableau
(package
(name "texlive-ot-tableau")