mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-sepnum.
* gnu/packages/tex.scm (texlive-sepnum): New variable.
This commit is contained in:
parent
ef1e944c27
commit
9b3e024d47
1 changed files with 27 additions and 5 deletions
|
@ -5225,17 +5225,39 @@ (define-public texlive-seminar
|
|||
|
||||
(define-deprecated-package texlive-latex-seminar texlive-seminar)
|
||||
|
||||
(define-public texlive-sepnum
|
||||
(package
|
||||
(name "texlive-sepnum")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/sepnum/" "tex/latex/sepnum/")
|
||||
(base32
|
||||
"1vzjhb470imd1f5wlj32jysn825vyygq9xkscqdjaa9jby70a26x")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/sepnum")
|
||||
(synopsis "Print numbers in a friendly format")
|
||||
(description
|
||||
"This package provides a command to print a number with (potentially
|
||||
different) separators every three digits in the parts either side of the
|
||||
decimal point (the point itself is also configurable). The macro is fully
|
||||
expandable and not fragile (unless one of the separators is). There is also
|
||||
a command @code{\\sepnumform}, that may be used when defining
|
||||
@samp{\\the<counter> macros}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-seqsplit
|
||||
(package
|
||||
(name "texlive-seqsplit")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/seqsplit/"
|
||||
"source/latex/seqsplit/"
|
||||
"tex/latex/seqsplit/")
|
||||
(base32
|
||||
"0x6xcism9s9mhpr278xi4c1gimz3mlqnrpr40vkx5abglr0gzm0j")))
|
||||
(list "doc/latex/seqsplit/"
|
||||
"source/latex/seqsplit/"
|
||||
"tex/latex/seqsplit/")
|
||||
(base32
|
||||
"0x6xcism9s9mhpr278xi4c1gimz3mlqnrpr40vkx5abglr0gzm0j")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/seqsplit")
|
||||
|
|
Loading…
Reference in a new issue