gnu: Add texlive-komacv.

* gnu/packages/tex.scm (texlive-komacv): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:53:40 +02:00
parent f02e7873cf
commit 7276968408
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -86451,6 +86451,25 @@ (define-public texlive-koma-script-sfs
fit).")
(license license:lppl)))
(define-public texlive-komacv
(package
(name "texlive-komacv")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/komacv/" "source/latex/komacv/"
"tex/latex/komacv/")
(base32
"17830drzdsk3nhd1n9fcmc4dbcm2lwia3jp2asi3g73yvzkjx7sz")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/komacv")
(synopsis "Typesetting a beautiful CV with various style options")
(description
"The class simplifies the creation of beautiful CV. The user may choose
between different styles, and may adjust settings to tune the output.")
(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