diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 05cb46826d..fa92b21e5b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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