mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-isonums.
* gnu/packages/tex.scm (texlive-isonums): New variable.
This commit is contained in:
parent
d375897fa4
commit
6097034998
1 changed files with 19 additions and 0 deletions
|
@ -85866,6 +85866,25 @@ (define-public texlive-isodoc
|
|||
standard.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-isonums
|
||||
(package
|
||||
(name "texlive-isonums")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/isonums/" "tex/latex/isonums/")
|
||||
(base32
|
||||
"0lm47qxvhdw3mc7549bw32k978cl7gik0inkmin8x0w9mdg22lm5")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/isonums")
|
||||
(synopsis "Display numbers in maths mode according to ISO 31-0")
|
||||
(description
|
||||
"The package makes a quick hack to ziffer to display numbers in maths mode
|
||||
according to ISO 31-0, regardless of input format (European $1.235,7$ or
|
||||
Anglo-American $1,235.7$).")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue