mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add texlive-moreenum.
* gnu/packages/tex.scm (texlive-moreenum): New variable.
This commit is contained in:
parent
9024373879
commit
a7de628af4
1 changed files with 23 additions and 0 deletions
|
@ -89320,6 +89320,29 @@ (define-public texlive-moodle
|
|||
XML file to be uploaded to a Moodle server.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-moreenum
|
||||
(package
|
||||
(name "texlive-moreenum")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/moreenum/" "tex/latex/moreenum/")
|
||||
(base32
|
||||
"0v0wvnshsva5z2ll9y204rxfqp334v1dxwz015y5v4kzf0wgi826")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/moreenum")
|
||||
(synopsis "More enumeration options")
|
||||
(description
|
||||
"The package provides the following new @code{enumerate} styles: @code{\\greek},
|
||||
@code{\\Greek}, @code{\\enumHex}, @code{\\enumhex}, @code{\\enumbinary},
|
||||
@code{\\enumoctal},, @code{\\levelnth}, @code{\\raisenth}, @code{\\Nthwords},
|
||||
@code{\\NTHWORDS}, @code{\\nwords}, @code{\\Nwords}, and @code{\\NWORDS}.
|
||||
Each of these works with @code{enumitem}'s starred variant feature. So
|
||||
@samp{\\begin@{enumerate@}[label=\\enumhex*]} will output a hex enumerated
|
||||
list.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue