guix-commits
[Top][All Lists]
Advanced

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

141/418: gnu: Add texlive-xetexconfig.


From: guix-commits
Subject: 141/418: gnu: Add texlive-xetexconfig.
Date: Fri, 2 Jun 2023 17:24:23 -0400 (EDT)

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

commit 2de6f84a8ae3d512457960430e209b639614982e
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 04999cadb2..deb902dc5e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13016,6 +13016,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]