me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biocon.

* gnu/packages/tex.scm (texlive-biocon): New variable.
Nicolas Goaziou 2023-07-30 13:05:29 +02:00
parent e9077a1e9d
commit c81774bf4d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -1768,6 +1768,28 @@ used to print successive rows of the triangle, or to print the rows inside an
@code{array} or @code{tabular} environment.")
(license license:lppl)))
(define-public texlive-biocon
(package
(name "texlive-biocon")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biocon/" "tex/latex/biocon/")
(base32
"0m3qqrl5z071w4zs8fs3wv0b4ix0s6cqh4ixzqj28d74aaf9r1y1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biocon")
(synopsis "Typesetting biological species names")
(description
"The biocon--biological conventions--package aids the typesetting of some
biological conventions. At the moment, it makes a good job of typesetting
species names (and ranks below the species level). A distinction is made
between the Plant, Fungi, Animalia and Bacteria kingdoms. There are default
settings for the way species names are typeset, but they can be customized.
Different default styles are used in different situations.")
(license license:gpl3+)))
(define-public texlive-bitelist
(package
(name "texlive-bitelist")