gnu: Add texlive-simplified-latex.

* gnu/packages/tex.scm (texlive-simplified-latex): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 12:25:06 +02:00
parent 6ed734c6a2
commit ef9ad4ce1a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22456,6 +22456,24 @@ (define-public texlive-simple-thesis-dissertation
customized or extended, with numerous examples.")
(license license:public-domain)))
(define-public texlive-simplified-latex
(package
(name "texlive-simplified-latex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/simplified-latex/")
(base32
"1cgf1p7p2ikda1nb0c2vhhx7ai6rd973pz6a00pr9yanxsvghp6d")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/simplified-latex")
(synopsis "Simplified introduction to LaTeX")
(description
"This package provides an accessible introduction to LaTeX for the
beginner.")
(license license:lppl)))
(define-public texlive-slideshow
(package
(name "texlive-slideshow")