[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
225/418: gnu: Add texlive-xmltexconfig.
From: |
guix-commits |
Subject: |
225/418: gnu: Add texlive-xmltexconfig. |
Date: |
Fri, 2 Jun 2023 17:25:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b611287a0a6e360f695d25eaee9011df7354b4ea
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:24:46 2023 +0200
gnu: Add texlive-xmltexconfig.
* gnu/packages/tex.scm (texlive-xmltexconfig): 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 7a6a6a0823..47bad59ae4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3709,6 +3709,22 @@ tables.")
(define-deprecated-package texlive-latex-xcolor texlive-xcolor)
+(define-public texlive-xmltexconfig
+ (package
+ (name "texlive-xmltexconfig")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/xmltex/xmltexconfig/")
+ (base32
+ "0drgvmn27snq43kjkpg5k4igkcdi56p1q3fwkrv3ivsiqfp6cdz3")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xmltexconfig")
+ (synopsis "Configuration files for @code{xmltex} and @code{pdfxmltex}")
+ (description "This package provides configuration files for @code{xmltex}
+and @code{pdfxmltex}.")
+ (license license:public-domain)))
+
(define-public texlive-xmltex
(let ((template (simple-texlive-package
"texlive-xmltex"
- 361/418: gnu: simple-texlive-package: Turn it into a stub., (continued)
- 361/418: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/02
- 394/418: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/02
- 397/418: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/02
- 401/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/02
- 410/418: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/02
- 415/418: gnu: Add texlive-mfware., guix-commits, 2023/06/02
- 417/418: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/02
- 156/418: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/02
- 231/418: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/06/02
- 240/418: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/02
- 225/418: gnu: Add texlive-xmltexconfig.,
guix-commits <=
- 245/418: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/02
- 256/418: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/02
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/02
- 260/418: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/06/02
- 268/418: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/02
- 269/418: gnu: Add texlive-colorprofiles., guix-commits, 2023/06/02
- 296/418: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/02
- 330/418: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/02
- 324/418: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/02
- 329/418: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/02