guix-commits
[Top][All Lists]
Advanced

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

225/435: gnu: Add texlive-xmltexconfig.


From: guix-commits
Subject: 225/435: gnu: Add texlive-xmltexconfig.
Date: Tue, 6 Jun 2023 11:39:47 -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"



reply via email to

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