me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cursolatex.

* gnu/packages/tex.scm (texlive-cursolatex): New variable.
Nicolas Goaziou 2023-08-11 00:27:11 +02:00
parent d6944d572f
commit c01159cc29
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -25442,6 +25442,24 @@ available, together with the parent (including file) and parents (all
including files to the root of the tree). The package supersedes FiNK.")
(license license:lppl1.3+)))
(define-public texlive-cursolatex
(package
(name "texlive-cursolatex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cursolatex/")
(base32
"048s5fg8c19s3zbl2dkmh8ffkicb8fd9n46m0iqrc39i0wrh7p12")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cursolatex")
(synopsis "LaTeX tutorial, in Portuguese")
(description
"This package provides a LaTeX tutorial, in Portuguese. The tutorial is
presented as a set of slides.")
(license license:gpl3+)))
(define-public texlive-calrsfs
(package
(name "texlive-calrsfs")