mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-tucv.
* gnu/packages/tex.scm (texlive-tucv): New variable.
This commit is contained in:
parent
1ad285e80e
commit
4d6d618915
1 changed files with 23 additions and 0 deletions
|
@ -98607,6 +98607,29 @@ (define-public texlive-truncate
|
|||
offered to permit breaks within words.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-tucv
|
||||
(package
|
||||
(name "texlive-tucv")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tucv/" "source/latex/tucv/"
|
||||
"tex/latex/tucv/")
|
||||
(base32
|
||||
"127cqbyprmm5mh3nl0y3088105qv40qghq70prrd50269h89cyrl")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tucv")
|
||||
(synopsis "Support for typesetting a CV or resumee")
|
||||
(description
|
||||
"The package provides commands for typesetting a CV or resume. It provides
|
||||
commands for general-purpose headings, entries, and item/description pairs, as
|
||||
well as more specific commands for formatting sections, with explicit
|
||||
inclusion of school, degree, employer, job, conference, and publications
|
||||
entries. It tends to produce a somewhat long and quite detailed document but
|
||||
may also be suitable to support a shorter resume.")
|
||||
(license license:cc-by-sa3.0)))
|
||||
|
||||
;;;
|
||||
;;; 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