gnu: Add texlive-latex-via-exemplos.

* gnu/packages/tex.scm (texlive-latex-via-exemplos): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-11 00:28:11 +02:00
parent a8fb6f8d25
commit 9b2cad9327
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12513,6 +12513,23 @@ (define-public texlive-latex-papersize
the script calculates the settings for various font and paper sizes.")
(license license:asl2.0)))
(define-public texlive-latex-via-exemplos
(package
(name "texlive-latex-via-exemplos")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/latex-via-exemplos/")
(base32
"1w0rqhgdkflxypfmxyz61aknmjil9yikc641v2dmc5l55gl2r3nw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/latex-via-exemplos")
(synopsis "LaTeX course written in Brazilian Portuguese language")
(description
"This is a LaTeX2e course written in Brazilian Portuguese language.")
(license license:gpl2+)))
(define-public texlive-latex2man
(package
(name "texlive-latex2man")