me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-europasscv.

* gnu/packages/tex.scm (texlive-europasscv): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:32 +02:00
parent 7d4bcbbfb4
commit d3d7262dd9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -81062,6 +81062,28 @@ This package was put together with the intent to use it with the Palatino and
Optima fonts, but it may work with other combinations, too.")
(license license:lppl1.3+)))
(define-public texlive-europasscv
(package
(name "texlive-europasscv")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/europasscv/"
"tex/latex/europasscv/")
(base32
"0q9nj9p87np8p55p3fl0ffhaqlazvn2xh82lmk4fdlhc593mbhpy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/europasscv")
(synopsis
"Unofficial class for the new version of the Europass curriculum vitae")
(description
"This class is an unofficial LaTeX implementation of the Europass CV, the
standard model for curriculum vitae as recommended by the European Commission.
It includes the major style updates that came out in 2013, featuring a neater,
more compact and somewhat fancier layout.")
(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