me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-latex-course.

* gnu/packages/tex.scm (texlive-latex-course): New variable.
Nicolas Goaziou 2023-08-04 12:15:10 +02:00
parent 1b2ab0fd19
commit e65bd144c0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -18302,6 +18302,26 @@ as an interesting showcase of what LaTeX can do. The flyer is designed for
printing, double-sided, on A3 paper, which would then be folded once.")
(license license:lppl)))
(define-public texlive-latex-course
(package
(name "texlive-latex-course")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/latex-course/")
(base32
"0z6q95l2vvxrspc04ki9wnrzhz76nynb5ai6969pgw6ihl68384f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/latex-course")
(synopsis "LaTeX course as a projected presentation")
(description
"This package provides a brief Beamer-based slide presentation on LaTeX,
based on Rupprecht's LaTeX 2.09 course, which the author has translated to
English and taken to LaTeX2e and Beamer. Additional material was taken from
the @emph{Short Introduction to LaTeX}.")
(license license:gpl3+)))
(define-public texlive-oberdiek
(package
(name "texlive-oberdiek")