[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/111: gnu: Add texlive-latexconfig.
From: |
guix-commits |
Subject: |
77/111: gnu: Add texlive-latexconfig. |
Date: |
Tue, 16 Jul 2019 09:21:08 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 446ad29ba9436ab8439ed5eae2e75575b875a0f1
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 14 12:52:35 2019 +0200
gnu: Add texlive-latexconfig.
* gnu/packages/tex.scm (texlive-latexconfig): New variable.
---
gnu/packages/tex.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a417d84..6f2419a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2589,6 +2589,20 @@ patterns supporting a number of Cyrillic font encodings,
including T2,
UCY (Omega Unicode Cyrillic), LCY, LWN (OT2), and koi8-r.")
(license license:lppl))))
+(define-public texlive-latexconfig
+ (package
+ (inherit (simple-texlive-package
+ "texlive-latexconfig"
+ (list "/tex/latex/latexconfig/")
+ (base32
+ "1wa7yhdpnz1nyidwgli68fyr33jn951bnniqrih5lj98k09rqc3h")
+ #:trivial? #t))
+ (home-page "https://www.tug.org/";)
+ (synopsis "Configuration files for LaTeX-related formats")
+ (description "The package provides configuration files for LaTeX-related
+formats.")
+ (license license:lppl)))
+
(define-public texlive-latex-base
(let ((texlive-dir
(lambda (dir hash)
- 73/111: gnu: Add texlive-hyphen-welsh., (continued)
- 73/111: gnu: Add texlive-hyphen-welsh., guix-commits, 2019/07/16
- 70/111: gnu: Add texlive-hyphen-turkmen., guix-commits, 2019/07/16
- 74/111: gnu: Add texlive-ukrhyph., guix-commits, 2019/07/16
- 75/111: gnu: Add texlive-ruhyphen., guix-commits, 2019/07/16
- 76/111: gnu: Add texlive-etex., guix-commits, 2019/07/16
- 78/111: gnu: Add texlive-docstrip., guix-commits, 2019/07/16
- 79/111: gnu: Add texlive-fontinst., guix-commits, 2019/07/16
- 80/111: gnu: Add texlive-mflogo-font., guix-commits, 2019/07/16
- 83/111: gnu: Add texlive-lm., guix-commits, 2019/07/16
- 81/111: gnu: Add texlive-cm-super., guix-commits, 2019/07/16
- 77/111: gnu: Add texlive-latexconfig.,
guix-commits <=
- 90/111: gnu: Add texlive-pstool., guix-commits, 2019/07/16
- 89/111: gnu: Add texlive-filemod., guix-commits, 2019/07/16
- 93/111: gnu: Add texlive-etoolbox., guix-commits, 2019/07/16
- 94/111: gnu: Add texlive-kpathsea., guix-commits, 2019/07/16
- 84/111: gnu: Add texlive-epsf., guix-commits, 2019/07/16
- 85/111: gnu: Add texlive-graphics-def., guix-commits, 2019/07/16
- 82/111: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/16
- 91/111: gnu: Add texlive-seminar., guix-commits, 2019/07/16
- 92/111: gnu: Add texlive-doi., guix-commits, 2019/07/16
- 95/111: gnu: texlive-bin: Include scripts., guix-commits, 2019/07/16