me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-jieeetran.

* gnu/packages/tex.scm (texlive-jieeetran): New variable.
Nicolas Goaziou 2023-08-16 12:50:51 +02:00
parent 62b0c5b934
commit 0944260239
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -34293,6 +34293,27 @@ formula should be used within a sentence or on a new line.")
supporting a wide variety of fonts in LaTeX using the pTeX engine.")
(license license:bsd-3)))
(define-public texlive-jieeetran
(package
(name "texlive-jieeetran")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/jieeetran/"
"doc/bibtex/jieeetran/")
(base32
"122g618j9wli9amx9c82whjp81i5cpjz1mj4pnmyfa8x5mfdh6dp")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/jieeetran")
(synopsis
"UnofficiaL BibTeX style for citing Japanese articles in IEEE format")
(description
"This package provides an unofficial BibTeX style for authors trying to
cite Japanese articles in the Institute of Electrical and Electronics
Engineers (IEEE) format.")
(license license:expat)))
(define-public texlive-libertine
(package
(name "texlive-libertine")