mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add texlive-chicagoa.
* gnu/packages/tex.scm (texlive-chicagoa): New variable.
This commit is contained in:
parent
8c9d6ba45d
commit
bd44ccf534
1 changed files with 17 additions and 0 deletions
|
@ -6273,6 +6273,23 @@ (define-public texlive-chicago-annote
|
|||
in place of the original's annotation.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-chicagoa
|
||||
(package
|
||||
(name "texlive-chicagoa")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/chicagoa/")
|
||||
(base32
|
||||
"1za4fqlpirbr3qs894abnlwmrhsqbahniyyimy1dxal0cp61cfil")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/chicagoa")
|
||||
(synopsis "Chicago bibliography style with annotations")
|
||||
(description
|
||||
"This is a modification of the author's @code{chicago} style, to support
|
||||
an annotation field in bibliographies.")
|
||||
(license license:knuth)))
|
||||
|
||||
(define-public texlive-chinesechess
|
||||
(package
|
||||
(name "texlive-chinesechess")
|
||||
|
|
Loading…
Reference in a new issue