[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56601] [PATCH] gnu: Add texlive-everysel.
From: |
Fabio Natali |
Subject: |
[bug#56601] [PATCH] gnu: Add texlive-everysel. |
Date: |
Sat, 16 Jul 2022 15:47:56 +0100 |
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ba5cd48c74..23a72bef2a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11181,3 +11181,24 @@ (define-public texlive-ragged2e
are easily configurable to allow hyphenation (the corresponding commands in
LaTeX, all of whose names are lower-case, prevent hyphenation altogether).")
(license license:lppl1.3c)))
+
+(define-public texlive-everysel
+ (package
+ (inherit
+ (simple-texlive-package
+ "texlive-everysel"
+ (list "doc/latex/everysel/"
+ "source/latex/everysel/"
+ "tex/latex/everysel/")
+ (base32 "0skzm2qsk5vpjxgslclp4pvbbcrrnm1w3df8xfvfq252dyd7w8s5")
+ #:trivial? #t))
+ (home-page "https://ctan.org/macros/latex/contrib/everysel")
+ (synopsis "Provides hooks into \\selectfont")
+ (description
+ "The package provided hooks whose arguments are executed just after LaTeX
has
+loaded a new font by means of \\selectfont. It has become obsolete with LaTeX
+versions 2021/01/05 or newer, since LaTeX now provides its own hooks to fulfill
+this task. For newer versions of LaTeX everysel only provides macros using
+LaTeX's hook management due to compatibility reasons. See lthooks-doc.pdf for
+instructions how to use lthooks instead of everysel.")
+ (license license:lppl1.3c)))
base-commit: 4ce7f1fb24a111f3e92d5b889d1271bebf109d09
prerequisite-patch-id: 15fbd940ff2c4d720e5400d6413ffbfdf01ead36
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
--
2.36.1
- [bug#56601] [PATCH] gnu: Add texlive-mdframed., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-setspace., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-pdflscape., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-tracklang., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-everysel.,
Fabio Natali <=
- [bug#56601] [PATCH] gnu: Add texlive-pgfgantt., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-datetime2., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-ltablex., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Add texlive-ragged2e., Fabio Natali, 2022/07/16
- [bug#56601] [PATCH] gnu: Improved TeX Live everysel package synopsis., Fabio Natali, 2022/07/28
- [bug#56601] [PATCH] gnu: Add texlive-everyshi., Fabio Natali, 2022/07/28
- [bug#56601] [PATCH] gnu: Fixed home-page URLs and improved descriptions in various TeX packages., Fabio Natali, 2022/07/28