guix-commits
[Top][All Lists]
Advanced

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

141/458: gnu: Add texlive-xetexconfig.


From: guix-commits
Subject: 141/458: gnu: Add texlive-xetexconfig.
Date: Wed, 14 Jun 2023 05:22:21 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit b89f2f755eb718f7db0422248c7fc4ccf5b73ed2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 23:59:18 2023 +0200

    gnu: Add texlive-xetexconfig.
    
    * gnu/packages/tex.scm (texlive-xetexconfig): 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 e35b0cc2fe..bc547268c8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13008,6 +13008,22 @@ reporting the number of the last page, as does 
@code{lastpage}).  The counter
 itself may be shipped out to the DVI file.")
       (license license:lppl))))
 
+(define-public texlive-xetexconfig
+  (package
+    (name "texlive-xetexconfig")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "tex/xelatex/xetexconfig/")
+             (base32
+              "1253njshiwdayzq0xir9cmbi8syhjb3sc4pyrw9p6kzyqvckkcxm")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/xetexconfig";)
+    (synopsis "@file{crop.cfg} for XeLaTeX")
+    (description "The @file{crop.cfg} file attempts to persuade
+@file{crop.sty} to work with XeTeX.")
+    (license license:public-domain)))
+
 (define-public texlive-xetex
   (package
     (inherit (simple-texlive-package



reply via email to

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