[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/37: gnu: Add texlive-generic-atbegshi.
From: |
guix-commits |
Subject: |
14/37: gnu: Add texlive-generic-atbegshi. |
Date: |
Sat, 5 Jun 2021 18:16:56 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit e68df1408ade09d78235925b565b3b6116481c27
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 22 17:53:44 2021 +0200
gnu: Add texlive-generic-atbegshi.
* gnu/packages/tex.scm (texlive-generic-atbegshi): New public variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 08ef375..81d72ec 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7282,6 +7282,24 @@ refers to the version of scrbook, scrreprt, scrartcl,
scrlttr2 and
typearea (which are the main parts of the bundle).")
(license license:lppl1.3+)))
+(define-public texlive-generic-atbegshi
+ (package
+ (inherit (simple-texlive-package
+ "texlive-generic-atbegshi"
+ '("/doc/latex/atbegshi/"
+ "/tex/generic/atbegshi/")
+ (base32
+ "184fr5kd3wl44ix63lwb3ll7dhiikkyw1czbnzrl4am4rx0zh4d8")
+ #:trivial? #t))
+ (home-page "https://www.ctan.org/pkg/atbegshi")
+ (synopsis "Execute commands at @code{\\shipout} time")
+ (description
+ "This package is a modern reimplementation of package @code{everyshi},
+providing various commands to be executed before a @code{\\shipout} command.
+It makes use of e-TeX’s facilities if they are available. The package may
+be used either with LaTeX or with plain TeX.")
+ (license license:lppl1.3c+)))
+
(define-public texlive-generic-infwarerr
(package
(inherit (simple-texlive-package
- 10/37: gnu: Add texlive-generic-infwarerr., (continued)
- 10/37: gnu: Add texlive-generic-infwarerr., guix-commits, 2021/06/05
- 13/37: gnu: Add texlive-latex-letltxmacro., guix-commits, 2021/06/05
- 18/37: gnu: Add texlive-generic-etexcmds., guix-commits, 2021/06/05
- 20/37: gnu: Add texlive-generic-kvdefinekeys., guix-commits, 2021/06/05
- 21/37: gnu: Add texlive-generic-kvsetkeys., guix-commits, 2021/06/05
- 22/37: gnu: Add texlive-latex-kvoptions., guix-commits, 2021/06/05
- 24/37: gnu: Add texlive-generic-uniquecounter., guix-commits, 2021/06/05
- 37/37: gnu: hypre: Update to 2020.0., guix-commits, 2021/06/05
- 31/37: gnu: Add texlive-latex-etoc., guix-commits, 2021/06/05
- 36/37: gnu: texlive-latex-tools: Provide array-2016-10-06.sty., guix-commits, 2021/06/05
- 14/37: gnu: Add texlive-generic-atbegshi.,
guix-commits <=
- 17/37: gnu: Add texlive-generic-bitset., guix-commits, 2021/06/05
- 19/37: gnu: Add texlive-generic-gettitlestring., guix-commits, 2021/06/05
- 25/37: gnu: Add texlive-latex-rerunfilecheck., guix-commits, 2021/06/05
- 23/37: gnu: Add texlive-generic-pdfescape., guix-commits, 2021/06/05
- 26/37: gnu: texlive-base: Propagate texlive-kpathsea., guix-commits, 2021/06/05
- 27/37: gnu: texlive-hyperref: Don't propagate texlive-oberdiek., guix-commits, 2021/06/05
- 35/37: gnu: Add texlive-latex-tocloft., guix-commits, 2021/06/05
- 34/37: gnu: Add texlive-latex-stackengine., guix-commits, 2021/06/05
- 33/37: gnu: Add texlive-latex-newunicodechar., guix-commits, 2021/06/05
- 28/37: gnu: texlive-graphics-def: Propagate missing dependency., guix-commits, 2021/06/05