guix-commits
[Top][All Lists]
Advanced

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

129/452: gnu: Add texlive-gincltex.


From: guix-commits
Subject: 129/452: gnu: Add texlive-gincltex.
Date: Fri, 9 Jun 2023 13:43:09 -0400 (EDT)

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

commit 3ec4b737a7c2de35a823dc320f55a79e5fe5fa0a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 22:57:18 2023 +0200

    gnu: Add texlive-gincltex.
    
    * gnu/packages/tex.scm (texlive-gincltex): New variable.
---
 gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7698463a35..5952e7a3b7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3498,6 +3498,30 @@ verbatim source).")
 
 (define-deprecated-package texlive-latex-fancyvrb texlive-fancyvrb)
 
+(define-public texlive-gincltex
+  (package
+    (name "texlive-gincltex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/gincltex/" "source/latex/gincltex/"
+                   "tex/latex/gincltex/")
+             (base32
+              "1x6bsf445dp8wc5hfgyywlal8vky5w23d69zlpybkp2d9am9a71p")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs
+     (list texlive-adjustbox
+           texlive-svn-prov))
+    (home-page "https://ctan.org/pkg/gincltex";)
+    (synopsis "Include TeX files as graphics")
+    (description
+     "The package builds on the standard LaTeX packages @code{graphics} and
+allows external LaTeX source files to be included, in the same way as graphic
+files, by @code{\\includegraphics}.  In effect, then package adds support for
+the @file{.tex} extension.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-glyphlist
   (package
     (inherit (simple-texlive-package



reply via email to

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