gnu: Add texlive-icsv.
* gnu/packages/tex.scm (texlive-icsv): New variable.
This commit is contained in:
parent
33e088322c
commit
5e2b2867cb
1 changed files with 19 additions and 0 deletions
|
@ -17198,6 +17198,25 @@ and PRICE fields, extended PAGES fields, the PERIODICAL entry, and extended
|
||||||
citation label suffixing.")
|
citation label suffixing.")
|
||||||
(license license:knuth)))
|
(license license:knuth)))
|
||||||
|
|
||||||
|
(define-public texlive-icsv
|
||||||
|
(package
|
||||||
|
(name "texlive-icsv")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/icsv/" "source/latex/icsv/"
|
||||||
|
"tex/latex/icsv/")
|
||||||
|
(base32
|
||||||
|
"133rbbq86qkd749bd20wdnjqddpwydm27ndh5yp2waimgij3cm8d")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/icsv")
|
||||||
|
(synopsis "Class for typesetting articles for the ICSV conference")
|
||||||
|
(description
|
||||||
|
"This is an ad-hoc class for typesetting articles for the ICSV
|
||||||
|
conference.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-isomath
|
(define-public texlive-isomath
|
||||||
(package
|
(package
|
||||||
(name "texlive-isomath")
|
(name "texlive-isomath")
|
||||||
|
|
Reference in a new issue