mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-komacv.
* gnu/packages/tex.scm (texlive-komacv): New variable.
This commit is contained in:
parent
f02e7873cf
commit
7276968408
1 changed files with 19 additions and 0 deletions
|
@ -86451,6 +86451,25 @@ (define-public texlive-koma-script-sfs
|
||||||
fit).")
|
fit).")
|
||||||
(license license:lppl)))
|
(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
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue