gnu: Add texlive-tiny.
* gnu/packages/tex.scm (texlive-tiny): New variable.
This commit is contained in:
parent
cb7bc20a4d
commit
9d4f8dc289
|
@ -1440,6 +1440,13 @@ distribution.")
|
|||
'()
|
||||
(append default-packages packages)))))))
|
||||
|
||||
(define-public texlive-tiny
|
||||
(package
|
||||
(inherit (texlive-union))
|
||||
(name "texlive-tiny")
|
||||
(description "This is a very limited subset of the TeX Live distribution.
|
||||
It includes little more than the required set of LaTeX packages.")))
|
||||
|
||||
(define texlive-texmf
|
||||
(package
|
||||
(name "texlive-texmf")
|
||||
|
|
Loading…
Reference in New Issue