me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-romannum.

* gnu/packages/tex.scm (texlive-romannum): New variable.
master
Nicolas Goaziou 2023-08-29 16:00:00 +02:00
parent 35ef85914e
commit 63fe73a17d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -94221,6 +94221,27 @@ allows you to use those roman numbers as page number.")
@code{\\count0}) to be negative when roman page numbering is in effect.")
(license license:public-domain)))
(define-public texlive-romannum
(package
(name "texlive-romannum")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/romannum/"
"source/latex/romannum/"
"tex/latex/romannum/")
(base32
"1n9hy1pxb6lgf27zmzzizj7jlygv9jc72gjlawqpp1akzjfzdq5r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/romannum")
(synopsis "Generate roman numerals instead of Arabic digits")
(description
"The @code{romannum} package changes LaTeX generated numbers to be printed
with roman numerals instead of Arabic digits. Users of the @code{bookhands}
fonts may find this package useful.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar