mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-komacv-rg.
* gnu/packages/tex.scm (texlive-komacv-rg): New variable.
This commit is contained in:
parent
7276968408
commit
b3c4a59ca6
1 changed files with 31 additions and 0 deletions
|
@ -86470,6 +86470,37 @@ (define-public texlive-komacv
|
|||
between different styles, and may adjust settings to tune the output.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-komacv-rg
|
||||
(package
|
||||
(name "texlive-komacv-rg")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/komacv-rg/"
|
||||
"source/latex/komacv-rg/"
|
||||
"tex/latex/komacv-rg/")
|
||||
(base32
|
||||
"13r94krp1mylj09pi800mxdv0q3f0r7zd31rw8wblfkqrzhh7gw2")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/komacv-rg")
|
||||
(synopsis
|
||||
"Aid in creating CVs and related documents with the @code{komacv} class")
|
||||
(description
|
||||
"The @code{komacv-rg} bundle provides packages that aid in creating CVs based
|
||||
on the @code{komacv} class and creating related documents, such as cover
|
||||
letters and cover sheets for job applications.
|
||||
|
||||
Concretely, the bundle consists of three packages: @code{komacv-addons},
|
||||
@code{komacv-lco}, and @code{komacv-multilang}. @code{komacv-addons} is
|
||||
a small collection of add-ons and fixes for the @code{komacv} class;
|
||||
@code{komacv-lco} enables the use of @code{letter} class options from
|
||||
@code{scrlttr2} also in @code{komacv}-based and other
|
||||
non-@code{scrlttr2}-based documents; @code{komacv-multilang} enables the
|
||||
provisioning of CVs in multiple languages and the selection of a language via
|
||||
Babel or Polyglossia.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
;;;
|
||||
;;; 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