Archived
1
0
Fork 0

gnu: Add texlive-chicago.

* gnu/packages/tex.scm (texlive-chicago): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-18 11:59:23 +02:00
parent 7f71c9701e
commit 4481a36dc9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6236,6 +6236,24 @@ given by Mumbai University.")
(license:fsf-free "file://doc/latex/aalok/README.txt")
license:fdl1.3+))))
(define-public texlive-chicago
(package
(name "texlive-chicago")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/chicago/" "tex/latex/chicago/")
(base32
"0mwrphf2g7v5yc0qij76dkzalgm3fhcm8zs7akgaypyk98cvxw8k")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/chicago")
(synopsis "Chicago bibliography style")
(description
"Chicago is a BibTeX style that follows the @samp{B} reference style of
the 13th Edition of the Chicago manual of style; a LaTeX package is also
provided. The style was derived from the @code{newapa} style.")
(license license:knuth)))
(define-public texlive-chinesechess
(package
(name "texlive-chinesechess")