me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-harnon-cv.

* gnu/packages/tex.scm (texlive-harnon-cv): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:13 +02:00
parent 6440d867a2
commit 081e030ae0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -84647,6 +84647,25 @@ scaled slides.")
addition, it defines environments for labeled paragraphs and list items.")
(license license:lppl1.3+)))
(define-public texlive-harnon-cv
(package
(name "texlive-harnon-cv")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/harnon-cv/"
"tex/latex/harnon-cv/")
(base32
"142f1rzj4nfplpag7rcphyd7wlvmav01n516z458gdiby9vxm390")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/harnon-cv")
(synopsis "CV document class with a vertical timeline for experience")
(description
"The class offers another modern, neat, design, and provides a simple means of
adding an experience timeline'.")
(license license:public-domain)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar