[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: |
Wed, 24 Jul 2019 03:48:03 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit f1b0939dbcaff1671f8aa0933a027db11da63623
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 d677304..89ef7e8 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")
- 71/110: gnu: Add texlive-hyphen-ukrainian., (continued)
- 71/110: gnu: Add texlive-hyphen-ukrainian., guix-commits, 2019/07/24
- 65/110: gnu: Add texlive-hyphen-slovenian., guix-commits, 2019/07/24
- 70/110: gnu: Add texlive-hyphen-turkmen., guix-commits, 2019/07/24
- 72/110: gnu: Add texlive-hyphen-uppersorbian., guix-commits, 2019/07/24
- 81/110: gnu: Add texlive-cm-super., guix-commits, 2019/07/24
- 79/110: gnu: Add texlive-fontinst., guix-commits, 2019/07/24
- 77/110: gnu: Add texlive-latexconfig., guix-commits, 2019/07/24
- 80/110: gnu: Add texlive-mflogo-font., guix-commits, 2019/07/24
- 76/110: gnu: Add texlive-etex., guix-commits, 2019/07/24
- 82/110: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/24
- 85/110: gnu: Add texlive-graphics-def.,
guix-commits <=
- 86/110: gnu: Add texlive-graphics-cfg., guix-commits, 2019/07/24
- 93/110: gnu: Add texlive-etoolbox., guix-commits, 2019/07/24
- 83/110: gnu: Add texlive-lm., guix-commits, 2019/07/24
- 84/110: gnu: Add texlive-epsf., guix-commits, 2019/07/24
- 90/110: gnu: Add texlive-pstool., guix-commits, 2019/07/24
- 91/110: gnu: Add texlive-seminar., guix-commits, 2019/07/24
- 95/110: gnu: texlive-bin: Include scripts., guix-commits, 2019/07/24
- 92/110: gnu: Add texlive-doi., guix-commits, 2019/07/24
- 94/110: gnu: Add texlive-kpathsea., guix-commits, 2019/07/24
- 102/110: gnu: Add texlive-txfonts., guix-commits, 2019/07/24