mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add texlive-ecv.
* gnu/packages/tex.scm (texlive-ecv): New variable.
This commit is contained in:
parent
ac7f7963c4
commit
fdd4a5c7b9
1 changed files with 20 additions and 0 deletions
|
@ -80083,6 +80083,26 @@ (define-public texlive-econlipsum
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue