mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add texlive-biblatex-cv.
* gnu/packages/tex.scm (texlive-biblatex-cv): New variable.
This commit is contained in:
parent
a5a52e2239
commit
31aaac5bad
1 changed files with 20 additions and 0 deletions
|
@ -3685,6 +3685,26 @@ (define-public texlive-biblatex-claves
|
||||||
way.")
|
way.")
|
||||||
(license license:lppl1.3+)))
|
(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
|
(define-public texlive-bibleref
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibleref")
|
(name "texlive-bibleref")
|
||||||
|
|
Loading…
Reference in a new issue