gnu: Add texlive-simple-resume-cv.

* gnu/packages/tex.scm (texlive-simple-resume-cv): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 15:52:09 +02:00
parent 29dfa377ad
commit f7885d7b0f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6914,6 +6914,26 @@ (define-public texlive-showexpl
result in the same document.")
(license license:lppl1.2+)))
(define-public texlive-simple-resume-cv
(package
(name "texlive-simple-resume-cv")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/simple-resume-cv/"
"tex/xelatex/simple-resume-cv/")
(base32
"07lqmjfjr58q7jgl59syv67hsy54rsig9f002wkwr1297z02k862")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/simple-resume-cv")
(synopsis "Template for a simple resume or curriculum vitae (CV)")
(description
"This package provides a template for a simple resume or curriculum
vitae (CV), in XeLaTeX. This simple template can be further customized or
extended, with numerous examples.")
(license license:public-domain)))
(define-public texlive-slideshow
(package
(name "texlive-slideshow")