me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cv.

* gnu/packages/tex.scm (texlive-cv): New variable.
master
Nicolas Goaziou 2023-08-29 15:47:09 +02:00
parent 14df093f9c
commit 442b9fa640
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -77702,6 +77702,25 @@ typeset text or other material in the window. The window may be rectangular,
or may have other sorts of shape.")
(license license:lppl1.3+)))
(define-public texlive-cv
(package
(name "texlive-cv")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cv/" "tex/latex/cv/")
(base32
"129akrpdlggi8xmg06ans9csdyv95wrj72lhciis209j698m8scs")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cv")
(synopsis "Package for creating a curriculum vitae")
(description
"The package can be used for creating a curriculum vitae. Note that @code{cv}
is just a package: you choose the overall formatting by deciding which class
to use, while the package provides the detailed formatting.")
(license license:gpl3+)))
;;;
;;; 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