[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
129/418: gnu: Add texlive-gincltex.
From: |
guix-commits |
Subject: |
129/418: gnu: Add texlive-gincltex. |
Date: |
Mon, 29 May 2023 17:39:03 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 78998a2596254e0f0dd65572c8154f8f17f6b5b3
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 18d00903b2..6cfcc24dac 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
- 185/418: gnu: texlive-newtx: Refresh package definition., (continued)
- 185/418: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/29
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/29
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/05/29
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/29
- 121/418: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/29
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/05/29
- 123/418: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/29
- 124/418: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/29
- 126/418: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/29
- 127/418: gnu: Add texlive-newverbs., guix-commits, 2023/05/29
- 129/418: gnu: Add texlive-gincltex.,
guix-commits <=
- 132/418: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/29
- 135/418: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/29
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/29
- 137/418: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/29
- 136/418: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/29
- 142/418: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/29
- 143/418: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/29
- 144/418: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/29
- 145/418: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/29
- 151/418: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/29