guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#56601] [PATCH] gnu: Add texlive-everyshi.


From: Fabio Natali
Subject: [bug#56601] [PATCH] gnu: Add texlive-everyshi.
Date: Thu, 28 Jul 2022 15:51:36 +0100

---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 14f9c4acf1..7183e0ac1c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11265,3 +11265,26 @@ (define-public texlive-everysel
 compatibility reasons.  See @code{lthooks-doc.pdf} for instructions how to use
 @code{lthooks} instead of @code{everysel}.")
     (license license:lppl1.3c)))
+
+(define-public texlive-everyshi
+  (package
+    (inherit
+     (simple-texlive-package
+      "texlive-everyshi"
+      (list "doc/latex/everyshi/"
+            "source/latex/everyshi/"
+            "tex/latex/everyshi/")
+      (base32 "11y6xazv1nk0m2hzsainjr8ijn5cff04xfccm6a65hzg7ipggraj")
+      #:trivial? #t))
+    (home-page "https://ctan.org/pkg/everyshi";)
+    (synopsis "Take action at every @code{\\shipout}")
+    (description
+     "The @code{everyshi} package provides hooks into @code{\\sshipout} called
+@code{\\EveryShipout} and @code{\\AtNextShipout} analogous to
+@code{\\AtBeginDocument}.  With the introduction of the LaTeX hook management
+this package became obsolete in 2020 and is only provided for backwards
+compatibility.  For current versions of LaTeX it is only mapping the hooks to
+the original @code{everyshi} macros.  In case you use an older LaTeX format,
+@code{everyshi} will automatically fall back to its old implementation by
+loading @code{everyshi-2001-05-15}.")
+    (license license:lppl1.3c)))

base-commit: bdb2e262fcbea76de807cd829c2d2270661546a5
prerequisite-patch-id: 210183e53536829e6c6190c7ad485f4a95009965
prerequisite-patch-id: 4b09fce4186da53607ac1503a21a16c410eb0287
prerequisite-patch-id: 59d5d41ee572d700fb228981ac6c0acbf01953a1
prerequisite-patch-id: 1b253ce7adb8a1d30efc86a877c8a69e6c0ff3ac
prerequisite-patch-id: 8b6ac3e9c66f5da5b825aad5b73fe59d305b583d
prerequisite-patch-id: a2fb5bfdb148bbf62a2d356a76b6d42dc15eefc2
prerequisite-patch-id: ce78edf5bdc1b2bfc6d609ad616f8508390e93d0
prerequisite-patch-id: a9ad8e5b6dad492a1027761e187a511da1b4303c
prerequisite-patch-id: 390faeb22c95df692b527ba5770ed4249d90a316
prerequisite-patch-id: f13f36c79a8eba6d441d353dfa39987a0484ba87
prerequisite-patch-id: 2905aa4832a1a9b3d951685d641f4e13eb6f24a4
-- 
2.36.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]