[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/409: gnu: Add texlive-filehook.
From: |
guix-commits |
Subject: |
21/409: gnu: Add texlive-filehook. |
Date: |
Sat, 20 May 2023 04:02:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 205361728e899a1e6cb8ed6b997a6a2c9b12ff87
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 6 12:31:32 2023 +0200
gnu: Add texlive-filehook.
* gnu/packages/tex.scm (texlive-filehook): New variable.
---
gnu/packages/tex.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9a1cd1087a..ad3669fafd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3306,6 +3306,35 @@ overwrite existing files and letting you use
@code{filecontents}
(define-deprecated-package texlive-latex-filecontents texlive-filecontents)
+(define-public texlive-filehook
+ (package
+ (name "texlive-filehook")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/filehook/"
+ "source/latex/filehook/"
+ "tex/latex/filehook/")
+ (base32
+ "03dsnv8fn111kn8h2fa281w2jvcdrqag1im6mkkfahvjgl1apk6k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs
+ (list texlive-ydoc))
+ (propagated-inputs
+ (list texlive-kvoptions
+ texlive-pgf))
+ (home-page "https://ctan.org/pkg/filehook")
+ (synopsis "Hooks for input files")
+ (description
+ "The package provides several file hooks (@code{AtBegin}, @code{AtEnd},
+...) for files read by @code{\\input}, @code{\\include} and
+@code{\\InputIfFileExists}. General hooks for all such files (e.g., all
+@code{\\included} ones) and file specific hooks only used for named files are
+provided; two hooks are provided for the end of @code{\\included} files ---
+one before, and one after the final @code{\\clearpage}.")
+ (license license:lppl1.3+)))
+
(define-public texlive-epsf
(package
(inherit (simple-texlive-package
- 30/409: gnu: Add texlive-breakurl., (continued)
- 30/409: gnu: Add texlive-breakurl., guix-commits, 2023/05/20
- 33/409: gnu: Add texlive-attachfile., guix-commits, 2023/05/20
- 39/409: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/20
- 41/409: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/20
- 43/409: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/20
- 47/409: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/20
- 51/409: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/20
- 52/409: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/20
- 54/409: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/20
- 09/409: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/05/20
- 21/409: gnu: Add texlive-filehook.,
guix-commits <=
- 24/409: gnu: Add texlive-enctex., guix-commits, 2023/05/20
- 28/409: gnu: Add texlive-refstyle., guix-commits, 2023/05/20
- 31/409: gnu: Add texlive-chngcntr., guix-commits, 2023/05/20
- 40/409: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/20
- 36/409: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/05/20
- 37/409: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/20
- 53/409: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/20
- 55/409: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/05/20
- 60/409: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/20
- 71/409: gnu: texlive-zref: Fix build., guix-commits, 2023/05/20