gnu: Add texlive-simplified-latex.
* gnu/packages/tex.scm (texlive-simplified-latex): New variable.
This commit is contained in:
parent
6ed734c6a2
commit
ef9ad4ce1a
@ -22456,6 +22456,24 @@ technical report, in XeLaTeX. This simple template that can be further
|
|||||||
customized or extended, with numerous examples.")
|
customized or extended, with numerous examples.")
|
||||||
(license license:public-domain)))
|
(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
|
(define-public texlive-slideshow
|
||||||
(package
|
(package
|
||||||
(name "texlive-slideshow")
|
(name "texlive-slideshow")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user