gnu: Add texlive-readablecv.
* gnu/packages/tex.scm (texlive-readablecv): New variable.
This commit is contained in:
parent
8ab479258c
commit
fdea99b673
1 changed files with 19 additions and 0 deletions
|
@ -93621,6 +93621,25 @@ (define-public texlive-rcsinfo
|
|||
@file{rcsinfo.perl} is included.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-readablecv
|
||||
(package
|
||||
(name "texlive-readablecv")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/readablecv/"
|
||||
"tex/latex/readablecv/")
|
||||
(base32
|
||||
"12gjcwmli04pj2cgsj2g0xw2m0vczqs7kq9zirqakbkk7nb7w4g2")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/readablecv")
|
||||
(synopsis "Readable and good looking CV and letter class")
|
||||
(description
|
||||
"This class provides an attractive and highly readable CV which will hopefully
|
||||
lead to your CV being read rather than disgarded.")
|
||||
(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