mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add texlive-ieejtran.
* gnu/packages/tex.scm (texlive-ieejtran): New variable.
This commit is contained in:
parent
1f809c3121
commit
582e781550
1 changed files with 22 additions and 0 deletions
|
@ -23968,6 +23968,28 @@ (define-public texlive-helvetic
|
||||||
;; No license version specified.
|
;; No license version specified.
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-ieejtran
|
||||||
|
(package
|
||||||
|
(name "texlive-ieejtran")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bst/ieejtran/"
|
||||||
|
"doc/bibtex/ieejtran/")
|
||||||
|
(base32
|
||||||
|
"01bcw45v6mbyb1gzykzk5ccwz70s6591994xrj84z9ljgzp06lyg")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/ieejtran")
|
||||||
|
(synopsis
|
||||||
|
"Unofficial bibliography style file for the Institute of Electrical
|
||||||
|
Engineers of Japan")
|
||||||
|
(description
|
||||||
|
"This package provides an unofficial BibTeX style for authors of the
|
||||||
|
Institute of Electrical Engineers of Japan (IEEJ) transactions journals and
|
||||||
|
conferences.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-inputenx
|
(define-public texlive-inputenx
|
||||||
(package
|
(package
|
||||||
(name "texlive-inputenx")
|
(name "texlive-inputenx")
|
||||||
|
|
Loading…
Reference in a new issue