[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
129/416: gnu: Add texlive-gincltex.
From: |
guix-commits |
Subject: |
129/416: gnu: Add texlive-gincltex. |
Date: |
Sun, 28 May 2023 02:32:31 -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
- 395/416: gnu: texlive-ec: Fix build., (continued)
- 395/416: gnu: texlive-ec: Fix build., guix-commits, 2023/05/28
- 398/416: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/28
- 400/416: gnu: texlive-tipa: Fix build., guix-commits, 2023/05/28
- 402/416: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/28
- 403/416: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/05/28
- 404/416: gnu: texlive-cs: Fix build., guix-commits, 2023/05/28
- 407/416: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/28
- 410/416: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/05/28
- 413/416: guix: import: Improve importing texlive meta packages., guix-commits, 2023/05/28
- 416/416: gnu: faif: Update texlive package names., guix-commits, 2023/05/28
- 129/416: gnu: Add texlive-gincltex.,
guix-commits <=
- 150/416: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/28
- 153/416: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/28
- 154/416: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/28
- 174/416: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/28
- 166/416: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/28
- 159/416: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/05/28
- 163/416: gnu: Add texlive-ntheorem., guix-commits, 2023/05/28
- 167/416: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/28
- 170/416: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/28
- 180/416: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/28