guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

85/110: gnu: Add texlive-graphics-def.


From: guix-commits
Subject: 85/110: gnu: Add texlive-graphics-def.
Date: Tue, 23 Jul 2019 15:44:37 -0400 (EDT)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit d464fd4e0687ae007e971eaf0166588e670f1d11
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jul 14 22:46:41 2019 +0200

    gnu: Add texlive-graphics-def.
    
    * gnu/packages/tex.scm (texlive-graphics-def): New variable.
---
 gnu/packages/tex.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6b80c5d..60948b3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2828,6 +2828,24 @@ verbatim mode; build \"example\" environments (showing 
both result and
 verbatim source).")
     (license license:lppl1.0+)))
 
+(define-public texlive-graphics-def
+  (package
+    (inherit (simple-texlive-package
+              "texlive-graphics-def"
+              (list "/doc/latex/graphics-def/README.md"
+                    "/tex/latex/graphics-def/")
+              (base32
+               "0zrbn9cwfnnrrl3b2zsd74ldksp9jwpvjh7z93ild1m75crpb39a")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/latex-graphics";)
+    (synopsis "Color and graphics option files")
+    (description
+     "This bundle is a combined distribution consisting of @file{dvips.def},
+@file{pdftex.def}, @file{luatex.def}, @file{xetex.def}, @file{dvipdfmx.def},
+and @file{dvisvgm.def} driver option files for the LaTeX graphics and color
+packages.")
+    (license license:lppl1.3c+)))
+
 (define-public texlive-latex-graphics
   (package
     (name "texlive-latex-graphics")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]