me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-cv.

* gnu/packages/tex.scm (texlive-biblatex-cv): New variable.
Nicolas Goaziou 2023-08-17 19:56:31 +02:00
parent a5a52e2239
commit 31aaac5bad
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -3685,6 +3685,26 @@ field for different claves, and to present all these fields in a consistent
way.")
(license license:lppl1.3+)))
(define-public texlive-biblatex-cv
(package
(name "texlive-biblatex-cv")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-cv/"
"tex/latex/biblatex-cv/")
(base32
"17m6lqnr35y6vcfrrhlhxjf55b85py9miksswhkipyiaj3kphhb8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-cv")
(synopsis "Create a CV from BibTeX files")
(description
"This package creates an academic curriculum vitae (CV) from a BibTeX
@file{.bib} file. The package makes use of BibLaTeX and Biber to
automatically format, group, and sort the entries on a CV.")
(license license:lppl1.3+)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")