me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-romanbarpagenumber.

* gnu/packages/tex.scm (texlive-romanbarpagenumber): New variable.
master
Nicolas Goaziou 2023-08-29 15:59:57 +02:00
parent 3724434bc9
commit 328a16f576
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -94183,6 +94183,26 @@ Arabic numerals if necessary). The package also provides a predicate
@code{\\ifnumeric}.")
(license license:lppl1.3+)))
(define-public texlive-romanbarpagenumber
(package
(name "texlive-romanbarpagenumber")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/romanbarpagenumber/"
"source/latex/romanbarpagenumber/"
"tex/latex/romanbarpagenumber/")
(base32
"179n10ij40zfbnfqh44598c7amz45829i7lh155afl5hx40g72xm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/romanbarpagenumber")
(synopsis "Typesetting roman page numbers")
(description
"The package romanbar allows to typeset roman numbers with bars. This package
allows you to use those roman numbers as page number.")
(license license:lppl1.3+)))
;;;
;;; 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