me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-windycity.

* gnu/packages/tex.scm (texlive-windycity): New variable.
Nicolas Goaziou 2023-08-18 13:41:37 +02:00
parent 2de78786cc
commit 889ba05ae9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -18120,6 +18120,26 @@ package uses TikZ for most things. The package support exporting the game to
a VASSAL module.") a VASSAL module.")
(license license:cc-by-sa4.0))) (license license:cc-by-sa4.0)))
(define-public texlive-windycity
(package
(name "texlive-windycity")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/windycity/"
"tex/latex/windycity/")
(base32
"13fw7nnkgnphwm3vjdsn40p7n5j6cfb4c60ga6y16xrcwihzdqpb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/windycity")
(synopsis "Chicago style for BibLaTeX")
(description
"Windy City is a style for BibLaTeX that formats notes, bibliographies,
parenthetical citations, and reference lists according to the 17th edition of
@emph{The Chicago Manual of Style}.")
(license license:lppl1.3+)))
(define-public texlive-witharrows (define-public texlive-witharrows
(package (package
(name "texlive-witharrows") (name "texlive-witharrows")