mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add texlive-tiny.
* gnu/packages/tex.scm (texlive-tiny): New variable.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user