mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: Add texlive-latexcheat-esmx.
* gnu/packages/tex.scm (texlive-latexcheat-esmx): New variable.
This commit is contained in:
parent
94aa4b1b18
commit
cac2547aa8
1 changed files with 18 additions and 0 deletions
|
@ -5526,6 +5526,24 @@ (define-public texlive-latexcheat-de
|
||||||
standards using the KOMA script document classes.")
|
standards using the KOMA script document classes.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-latexcheat-esmx
|
||||||
|
(package
|
||||||
|
(name "texlive-latexcheat-esmx")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/latexcheat-esmx/")
|
||||||
|
(base32
|
||||||
|
"1d6nk9p9adlhgr28mnnizrxzzqlk20zw2clcddqlaa8pn73dqhcm")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/latexcheat-esmx")
|
||||||
|
(synopsis "LaTeX cheat sheet, in Spanish")
|
||||||
|
(description
|
||||||
|
"This is a translation to Spanish (Castellano) of Winston Chang's LaTeX
|
||||||
|
cheat sheet (a reference sheet for writing scientific papers).")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-letgut
|
(define-public texlive-letgut
|
||||||
(package
|
(package
|
||||||
(name "texlive-letgut")
|
(name "texlive-letgut")
|
||||||
|
|
Loading…
Reference in a new issue