guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/163: gnu: Add texlive-biblatex-cv.


From: guix-commits
Subject: 33/163: gnu: Add texlive-biblatex-cv.
Date: Sat, 19 Aug 2023 14:39:30 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 31aaac5bad137f4aa0e3754d4dbaaf23a4371352
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:56:31 2023 +0200

    gnu: Add texlive-biblatex-cv.
    
    * gnu/packages/tex.scm (texlive-biblatex-cv): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c31deca2e3..5a2dc86cd8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]