mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add texlive-tiny.
* gnu/packages/tex.scm (texlive-tiny): New variable.
This commit is contained in:
parent
cb7bc20a4d
commit
9d4f8dc289
1 changed files with 7 additions and 0 deletions
|
@ -1440,6 +1440,13 @@ (define-public texlive-union
|
|||
'()
|
||||
(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 a new issue