me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-caspervector.

* gnu/packages/tex.scm (texlive-biblatex-caspervector): New variable.
Nicolas Goaziou 2023-08-17 19:53:50 +02:00
parent 62a0a37c37
commit e6f18d9f70
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -3595,6 +3595,25 @@ and citation styles for the Business Administration Department of the Free
University of Berlin.")
(license license:lppl1.3+)))
(define-public texlive-biblatex-caspervector
(package
(name "texlive-biblatex-caspervector")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-caspervector/"
"tex/latex/biblatex-caspervector/")
(base32
"0drch06w3kp5ygc3jad70iixylgaivhxnnibglnih89yg4wq90y4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-caspervector")
(synopsis "Simple citation style for Chinese users")
(description
"The package provides a simple and easily extensible biblography/citation
style for Chinese LaTeX users, using BibLaTeX.")
(license license:lppl1.3+)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")