gnu: Add texlive-ieeeconf.

* gnu/packages/tex.scm (texlive-ieeeconf): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 15:48:50 +02:00
parent 5e2b2867cb
commit 97d9c9b71d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17217,6 +17217,26 @@ (define-public texlive-icsv
conference.")
(license license:lppl)))
(define-public texlive-ieeeconf
(package
(name "texlive-ieeeconf")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ieeeconf/"
"source/latex/ieeeconf/"
"tex/latex/ieeeconf/")
(base32
"1f7v199mc1dw2fhp30qdkx48dyzk5mqmbqr91c1jm235isgs4fam")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ieeeconf")
(synopsis "Macros for IEEE conference proceedings")
(description
"The IEEEconf class implements the formatting dictated by the IEEE
Computer Society Press for conference proceedings.")
(license license:lppl)))
(define-public texlive-isomath
(package
(name "texlive-isomath")