rekado pushed a commit to branch master
in repository guix.
commit 9d4f8dc289c80e23c8770b340c452693feccbe3b
Author: Ricardo Wurmus <[email protected]>
Date: Fri Jun 9 12:33:49 2017 +0200
gnu: Add texlive-tiny.
* gnu/packages/tex.scm (texlive-tiny): New variable.
---
gnu/packages/tex.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e89f5b0..90b1bca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")