gnu: Add texlive-ordinalpt.
* gnu/packages/tex.scm (texlive-ordinalpt): New variable.
This commit is contained in:
parent
a3ca865894
commit
1dc24c1a58
1 changed files with 23 additions and 0 deletions
|
@ -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.")
|
the potential user is allowed to use them in other ways.")
|
||||||
(license license:lppl1.3+)))
|
(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
|
(define-public texlive-ot-tableau
|
||||||
(package
|
(package
|
||||||
(name "texlive-ot-tableau")
|
(name "texlive-ot-tableau")
|
||||||
|
|
Reference in a new issue