mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Add texlive-simplified-latex.
* gnu/packages/tex.scm (texlive-simplified-latex): New variable.
This commit is contained in:
parent
6ed734c6a2
commit
ef9ad4ce1a
1 changed files with 18 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue