me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-icsv.

* gnu/packages/tex.scm (texlive-icsv): New variable.
master
Nicolas Goaziou 2023-08-22 15:48:38 +02:00
parent 33e088322c
commit 5e2b2867cb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -17198,6 +17198,25 @@ and PRICE fields, extended PAGES fields, the PERIODICAL entry, and extended
citation label suffixing.")
(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
(package
(name "texlive-isomath")