me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-aichej.

* gnu/packages/tex.scm (texlive-aichej): New variable.
Nicolas Goaziou 2023-08-17 18:22:30 +02:00
parent 1c07c8d150
commit 982e605d70
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -1478,6 +1478,24 @@ a @file{.tfm} (TeX Font Metric) file. It normally preserves kerns and
ligatures, but also offers additional control over them.")
(license license:gpl2)))
(define-public texlive-aichej
(package
(name "texlive-aichej")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/aichej/")
(base32
"1pr92pq3yjsrbax6ah01cqg7131fp2rkqqjnxwcrm4119z2ic0gf")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/aichej")
(synopsis "Bibliography style file for the AIChE Journal")
(description
"The style was generated using custom-bib, and implements the style of
the American Institute of Chemical Engineers Journal (or @code{AIChE} Journal
or @code{AIChE} J or @code{AIChEJ).}")
(license license:lppl)))
(define-public texlive-akshar
(package
(name "texlive-akshar")