[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/418: gnu: Add texlive-currfile.
From: |
guix-commits |
Subject: |
22/418: gnu: Add texlive-currfile. |
Date: |
Fri, 2 Jun 2023 17:23:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c779054ca4781d195206b154969c4da587028a02
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 6 12:31:46 2023 +0200
gnu: Add texlive-currfile.
* gnu/packages/tex.scm (texlive-currfile): New variable.
---
gnu/packages/tex.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2fc274ba38..14626623f7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5486,6 +5486,37 @@ definition, or to define space-stripped macros.")
(define-deprecated-package texlive-latex-trimspaces texlive-trimspaces)
+(define-public texlive-currfile
+ (package
+ (name "texlive-currfile")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/currfile/" "source/latex/currfile/"
+ "tex/latex/currfile/")
+ (base32
+ "1l9win5msf80yzgzfx580d1hw8lza1advhqkhpz83i080020asji")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs
+ (list texlive-ydoc))
+ (propagated-inputs
+ (list texlive-filehook
+ texlive-kvoptions))
+ (home-page "https://ctan.org/pkg/currfile")
+ (synopsis "Provide file name and path of input files")
+ (description
+ "The package provides macros holding file name information (directory,
+base name, extension, full name and full path) for files read by LaTeX
+@code{\\input} and @code{\\include} macros; it uses the file hooks provided by
+the author's @code{filehook}. In particular, it restores the parent file name
+after the trailing @code{\\clearpage} of an @code{\\included} file; as
+a result, the macros may be usefully employed in the page header and footer of
+the last printed page of such a file. The depth of inclusion is made
+available, together with the parent (including file) and parents (all
+including files to the root of the tree). The package supersedes FiNK.")
+ (license license:lppl1.3+)))
+
(define-public texlive-calrsfs
(package
(inherit
- 03/418: guix: import: Update texlive importer according to new build system., (continued)
- 03/418: guix: import: Update texlive importer according to new build system., guix-commits, 2023/06/02
- 01/418: guix: texlive-build-system: Improvements on non-trivial packages., guix-commits, 2023/06/02
- 10/418: gnu: Add texlive-everypage., guix-commits, 2023/06/02
- 07/418: gnu: texlive-latex-l3kernel -> texlive-l3kernel., guix-commits, 2023/06/02
- 09/418: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/06/02
- 06/418: guix: import: Fix multiple licenses output in texlive importer., guix-commits, 2023/06/02
- 12/418: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/06/02
- 17/418: gnu: Add texlive-minitoc., guix-commits, 2023/06/02
- 18/418: gnu: Add texlive-lwarp., guix-commits, 2023/06/02
- 20/418: gnu: Add texlive-mfirstuc., guix-commits, 2023/06/02
- 22/418: gnu: Add texlive-currfile.,
guix-commits <=
- 23/418: gnu: Add texlive-lualatex-math., guix-commits, 2023/06/02
- 24/418: gnu: Add texlive-enctex., guix-commits, 2023/06/02
- 26/418: gnu: Add texlive-passivetex., guix-commits, 2023/06/02
- 27/418: gnu: Add texlive-luabidi., guix-commits, 2023/06/02
- 30/418: gnu: Add texlive-breakurl., guix-commits, 2023/06/02
- 05/418: guix: import: texlive use full file names for generic directories., guix-commits, 2023/06/02
- 02/418: gnu: Simplify simple-texlive-package for non-trivial packages., guix-commits, 2023/06/02
- 04/418: guix: import: Improve home-page generation in texlive importer., guix-commits, 2023/06/02
- 08/418: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/06/02
- 11/418: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/06/02