[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/409: gnu: Add texlive-everypage.
From: |
guix-commits |
Subject: |
10/409: gnu: Add texlive-everypage. |
Date: |
Sat, 20 May 2023 04:02:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 729ac83fc47db589adc5b670726865875ac0c63b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 4 22:28:23 2023 +0200
gnu: Add texlive-everypage.
* gnu/packages/tex.scm (texlive-everypage): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4384c83d00..917ad54dd9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11905,6 +11905,29 @@ a number of @code{\\magsteps} to change size; from
this are defined commands
@code{\\larger}, @code{\\smaller}, @code{\\textlarger}, etc.")
(license license:public-domain)))
+(define-public texlive-everypage
+ (package
+ (name "texlive-everypage")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/everypage/"
+ "source/latex/everypage/"
+ "tex/latex/everypage/")
+ (base32
+ "1kw7n7az823sc8gjrd4gjkkak1780yn76zswlnwapxmvl62pv9xk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/everypage")
+ (synopsis "Provide hooks to be run on every page of a document")
+ (description
+ "The package provides hooks to perform actions on every page, or on the
+current page. Specifically, actions are performed after the page is composed,
+but before it is shipped, so they can be used to prepare the output page in
+tasks like putting watermarks in the background, or in setting the next page
+layout, etc.")
+ (license license:lppl1.3c)))
+
(define-public texlive-everysel
(package
(inherit
- 28/409: gnu: Add texlive-refstyle., (continued)
- 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
- 74/409: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/20
- 10/409: gnu: Add texlive-everypage.,
guix-commits <=
- 44/409: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/20
- 58/409: gnu: texlive-grffile: Fix build., guix-commits, 2023/05/20
- 22/409: gnu: Add texlive-currfile., guix-commits, 2023/05/20
- 25/409: gnu: Add texlive-dehyph., guix-commits, 2023/05/20
- 27/409: gnu: Add texlive-luabidi., guix-commits, 2023/05/20
- 32/409: gnu: Add texlive-multido., guix-commits, 2023/05/20
- 34/409: gnu: Add texlive-showexpl., guix-commits, 2023/05/20
- 62/409: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/05/20
- 50/409: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/20
- 59/409: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/05/20