mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: Add texlive-cntformats.
* gnu/packages/tex.scm (texlive-cntformats): New variable.
This commit is contained in:
parent
ef2d3751d3
commit
2f57db2cfb
1 changed files with 19 additions and 0 deletions
|
@ -76315,6 +76315,25 @@ (define-public texlive-cnltx
|
|||
least it provides a number of programming tools.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-cntformats
|
||||
(package
|
||||
(name "texlive-cntformats")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/cntformats/"
|
||||
"tex/latex/cntformats/")
|
||||
(base32
|
||||
"09j0acva6hx3ny2k76j7psmykfyqb40mvr08cl2gndqmx24j1s3l")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/cntformats")
|
||||
(synopsis "Different way to read counters")
|
||||
(description
|
||||
"The package offers package or class authors a way to format counters with
|
||||
patterns. These patterns do not affect normal LaTeX treatment of counters.")
|
||||
(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