gnu: Add texlive-latex-for-undergraduates.

* gnu/packages/tex.scm (texlive-latex-for-undergraduates): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 12:15:46 +02:00
parent 5ee5523bd0
commit 1ec607e0ae
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18341,6 +18341,25 @@ (define-public texlive-latex-doc-ptr
documentation of LaTeX itself, in distributions.")
(license license:public-domain)))
(define-public texlive-latex-for-undergraduates
(package
(name "texlive-latex-for-undergraduates")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/latex-for-undergraduates/")
(base32
"0krj27gmra2mpriircasv32snk80z9ap85h76n0bgy4wjqyblyp0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/latex-for-undergraduates")
(synopsis "Tutorial aimed at introducing undergraduate students to LaTeX")
(description
"This package provides a tutorial aimed at introducing undergraduate
students to LaTeX, including an introduction to LaTeX Workshop in Visual
Studio Code and an example package of user-defined LaTeX commands.")
(license license:public-domain)))
(define-public texlive-oberdiek
(package
(name "texlive-oberdiek")