[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/418: gnu: Add texlive-everypage.
From: |
guix-commits |
Subject: |
10/418: gnu: Add texlive-everypage. |
Date: |
Mon, 29 May 2023 17:38:44 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 380265b7db1c1242df82023f982a765c4cb0ac18
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 b38ef91ea7..83c5d6f52e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11909,6 +11909,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
- 06/418: guix: import: Fix multiple licenses output in texlive importer., (continued)
- 06/418: guix: import: Fix multiple licenses output in texlive importer., guix-commits, 2023/05/29
- 14/418: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/05/29
- 07/418: gnu: texlive-latex-l3kernel -> texlive-l3kernel., guix-commits, 2023/05/29
- 12/418: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/05/29
- 13/418: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/05/29
- 08/418: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/05/29
- 09/418: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/05/29
- 16/418: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/05/29
- 17/418: gnu: Add texlive-minitoc., guix-commits, 2023/05/29
- 20/418: gnu: Add texlive-mfirstuc., guix-commits, 2023/05/29
- 10/418: gnu: Add texlive-everypage.,
guix-commits <=
- 21/418: gnu: Add texlive-filehook., guix-commits, 2023/05/29
- 23/418: gnu: Add texlive-lualatex-math., guix-commits, 2023/05/29
- 24/418: gnu: Add texlive-enctex., guix-commits, 2023/05/29
- 27/418: gnu: Add texlive-luabidi., guix-commits, 2023/05/29
- 29/418: gnu: Add texlive-euenc., guix-commits, 2023/05/29
- 35/418: gnu: Add texlive-subfig., guix-commits, 2023/05/29
- 36/418: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/05/29
- 38/418: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/29
- 11/418: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/29
- 19/418: gnu: Add texlive-xfor., guix-commits, 2023/05/29