mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-latex-for-undergraduates.
* gnu/packages/tex.scm (texlive-latex-for-undergraduates): New variable.
This commit is contained in:
parent
5ee5523bd0
commit
1ec607e0ae
1 changed files with 19 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue