GNU bug report logs -
#64225
[PATCH 0/9] Adding unrelated texlive packages
Previous Next
Reported by: reza <reza <at> housseini.me>
Date: Thu, 22 Jun 2023 11:54:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 64225 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tex.scm (texlive-filehook): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b55dd2a5fd..82eb93c941 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3397,6 +3397,26 @@ (define-public texlive-filecontents
(define-deprecated-package texlive-latex-filecontents texlive-filecontents)
+(define-public texlive-filehook
+ (package
+ (inherit (simple-texlive-package
+ "texlive-filehook"
+ (list "doc/latex/filehook/"
+ "source/latex/filehook/"
+ "tex/latex/filehook/")
+ (base32
+ "03dsnv8fn111kn8h2fa281w2jvcdrqag1im6mkkfahvjgl1apk6k")
+ #:trivial? #t))
+ (home-page "https://ctan.org/macros/latex/contrib/filehook")
+ (synopsis "Hooks for input files")
+ (description
+ "The package provides several file hooks (AtBegin, AtEnd, ...) for files read by
+\\input, \\include and \\InputIfFileExists. General hooks for all such files (e.g.
+ all \\included ones) and file specific hooks only used for named files are
+provided; two hooks are provided for the end of \\included files -- one before,
+and one after the final \\clearpage.")
+ (license license:lppl1.3+)))
+
(define-public texlive-epsf
(package
(inherit (simple-texlive-package
--
2.40.1
This bug report was last modified 1 year and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.