mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add texlive-latexcheat-ptbr.
* gnu/packages/tex.scm (texlive-latexcheat-ptbr): New variable.
This commit is contained in:
parent
9b2cad9327
commit
7ad1578c15
1 changed files with 18 additions and 0 deletions
|
@ -20505,6 +20505,24 @@ (define-public texlive-latexcheat
|
|||
typesetting mathematics, though it does list some symbols.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-latexcheat-ptbr
|
||||
(package
|
||||
(name "texlive-latexcheat-ptbr")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/latexcheat-ptbr/")
|
||||
(base32
|
||||
"0m636j9gdfpm4j1b679z5qw5ygbm6jp8xl9dzy6v5zzy695fcgaf")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/latexcheat-ptbr")
|
||||
(synopsis "LaTeX cheat sheet, in Brazilian Portuguese")
|
||||
(description
|
||||
"This is a translation to Brazilian Portuguese of Winston Chang's LaTeX
|
||||
cheat sheet.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-latexcourse-rug
|
||||
(package
|
||||
(name "texlive-latexcourse-rug")
|
||||
|
|
Loading…
Reference in a new issue