[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/102: gnu: Add texlive-graphics-cfg.
From: |
guix-commits |
Subject: |
86/102: gnu: Add texlive-graphics-cfg. |
Date: |
Mon, 15 Jul 2019 16:42:39 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 787eec54754c48ec0f1398795e644a1e508a58f7
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 14 22:50:26 2019 +0200
gnu: Add texlive-graphics-cfg.
* gnu/packages/tex.scm (texlive-graphics-cfg): New variable.
---
gnu/packages/tex.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 07331dd..dabab6b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2825,6 +2825,22 @@ and @file{dvisvgm.def} driver option files for the LaTeX
graphics and color
packages.")
(license license:lppl1.3c+)))
+(define-public texlive-graphics-cfg
+ (package
+ (inherit (simple-texlive-package
+ "texlive-graphics-cfg"
+ (list "/doc/latex/graphics-cfg/README.md"
+ "/tex/latex/graphics-cfg/")
+ (base32
+ "00n63adb2laf43lzix39xl68aq0k5k80mmrw602w99w5n7f96gsf")
+ #:trivial? #t))
+ (home-page "https://www.ctan.org/pkg/latex-graphics")
+ (synopsis "Sample configuration files for LaTeX color and graphics")
+ (description
+ "This bundle includes @file{color.cfg} and @file{graphics.cfg} files that
+set default \"driver\" options for the color and graphics packages.")
+ (license license:public-domain)))
+
(define-public texlive-latex-graphics
(package
(name "texlive-latex-graphics")
- 54/102: gnu: Add texlive-hyphen-norwegian., (continued)
- 54/102: gnu: Add texlive-hyphen-norwegian., guix-commits, 2019/07/15
- 56/102: gnu: Add texlive-hyphen-piedmontese., guix-commits, 2019/07/15
- 63/102: gnu: Add texlive-hyphen-serbian., guix-commits, 2019/07/15
- 83/102: gnu: Add texlive-lm., guix-commits, 2019/07/15
- 53/102: gnu: Add texlive-hyphen-mongolian., guix-commits, 2019/07/15
- 78/102: gnu: Add texlive-docstrip., guix-commits, 2019/07/15
- 68/102: gnu: Add texlive-hyphen-thai., guix-commits, 2019/07/15
- 62/102: gnu: Add texlive-hyphen-sanskrit., guix-commits, 2019/07/15
- 73/102: gnu: Add texlive-hyphen-welsh., guix-commits, 2019/07/15
- 71/102: gnu: Add texlive-hyphen-ukrainian., guix-commits, 2019/07/15
- 86/102: gnu: Add texlive-graphics-cfg.,
guix-commits <=
- 96/102: gnu: texlive-dvips: Limit source files., guix-commits, 2019/07/15
- 88/102: gnu: Add texlive-url., guix-commits, 2019/07/15
- 81/102: gnu: Add texlive-cm-super., guix-commits, 2019/07/15
- 101/102: gnu: Add texlive-ae., guix-commits, 2019/07/15
- 90/102: gnu: Add texlive-pstool., guix-commits, 2019/07/15
- 99/102: gnu: Replace uses of texlive-*-amsfonts., guix-commits, 2019/07/15
- 100/102: gnu: texlive-fonts-ec: Update license URL., guix-commits, 2019/07/15
- 98/102: gnu: Add texlive-amsfonts., guix-commits, 2019/07/15
- 82/102: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/15
- 84/102: gnu: Add texlive-epsf., guix-commits, 2019/07/15