mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add texlive-pas-cv.
* gnu/packages/tex.scm (texlive-pas-cv): New variable.
This commit is contained in:
parent
e7f7a5591d
commit
7203808745
1 changed files with 20 additions and 0 deletions
|
@ -91486,6 +91486,26 @@ (define-public texlive-pas-cours
|
|||
mathematics. Those are useful in preparing teaching material.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pas-cv
|
||||
(package
|
||||
(name "texlive-pas-cv")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pas-cv/" "tex/latex/pas-cv/")
|
||||
(base32
|
||||
"1bd3i240fj90fawvcjk78r53nmdmjdcmcv85as7v13r6b1h2f6fs")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pas-cv")
|
||||
(synopsis "Flexible typesetting of Curricula Vitae")
|
||||
(description
|
||||
"The package provides the framework for typesetting a Curriculum
|
||||
Vitae (composed in French), together with a number of themes that may be used
|
||||
with the package. Conversion for use with other languages (than French)
|
||||
should be possible.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; 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