mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Add texlive-ieeetran.
* gnu/packages/tex.scm (texlive-ieeetran): New variable.
This commit is contained in:
parent
9d5822e625
commit
75009203a8
1 changed files with 21 additions and 0 deletions
|
@ -17257,6 +17257,27 @@ (define-public texlive-ieeepes
|
||||||
journals.")
|
journals.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-ieeetran
|
||||||
|
(package
|
||||||
|
(name "texlive-ieeetran")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bib/ieeetran/"
|
||||||
|
"bibtex/bst/ieeetran/" "doc/latex/ieeetran/"
|
||||||
|
"tex/latex/ieeetran/")
|
||||||
|
(base32
|
||||||
|
"0j7vv8hp0ymzmclyrk23zmixcclhlm1g241y8dk3dl18zsj00f1c")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/ieeetran")
|
||||||
|
(synopsis "Document class for IEEE Transactions journals and conferences")
|
||||||
|
(description
|
||||||
|
"The class and its BibTeX style enable authors to produce
|
||||||
|
officially-correct output for the @acronym{IEEE, Institute of Electrical and
|
||||||
|
Electronics Engineers} transactions, journals and conferences.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-isomath
|
(define-public texlive-isomath
|
||||||
(package
|
(package
|
||||||
(name "texlive-isomath")
|
(name "texlive-isomath")
|
||||||
|
|
Loading…
Reference in a new issue