me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ecv.

* gnu/packages/tex.scm (texlive-ecv): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:50 +02:00
parent ac7f7963c4
commit fdd4a5c7b9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -80083,6 +80083,26 @@ abstracts of economic articles. All the paragraphs are taken with permission
from @url{https://ipsum.mwt.me/}.")
(license license:lppl1.3c)))
(define-public texlive-ecv
(package
(name "texlive-ecv")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ecv/" "source/latex/ecv/"
"tex/latex/ecv/")
(base32
"17y590j1sp228g9ma7a8i3rr6c4yrnwdzln9j0vzj1fnddvf9n0l")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ecv")
(synopsis "Fancy curriculum vitae class")
(description
"The class provides an environment for creating a fancily laid out tabular
curriculum vitae inspired by the european curriculum vitae. The distribution
comes with a German and an English template.")
(license license:lppl1.3+)))
;;;
;;; 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