[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
151/418: gnu: texlive-everysel: Refresh package definition.
From: |
guix-commits |
Subject: |
151/418: gnu: texlive-everysel: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e0ea2758323322c85cbeb1eca24b36ecde6785a6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:26:15 2023 +0200
gnu: texlive-everysel: Refresh package definition.
* gnu/packages/tex.scm (texlive-everysel): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[arguments]<#:tex-format>: Set to "latex".
---
gnu/packages/tex.scm | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ed5412215c..835547552e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12534,24 +12534,27 @@ layout, etc.")
(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))
+ (name "texlive-everysel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/everysel/" "source/latex/everysel/"
+ "tex/latex/everysel/")
+ (base32
+ "0skzm2qsk5vpjxgslclp4pvbbcrrnm1w3df8xfvfq252dyd7w8s5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "latex"))
(home-page "https://ctan.org/pkg/everysel")
(synopsis "Provides hooks into @code{\\selectfont}")
(description
- "The @code{everysel} package provided hooks whose arguments are executed
just
-after LaTeX has loaded a new font by means of @code{\\selectfont}. It has
-become obsolete with LaTeX versions 2021/01/05 or newer, since LaTeX now
+ "The @code{everysel} package provided hooks whose arguments are executed
+just after LaTeX has loaded a new font by means of @code{\\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
@code{everysel} only provides macros using LaTeX's hook management due to
-compatibility reasons. See @code{lthooks-doc.pdf} for instructions how to use
-@code{lthooks} instead of @code{everysel}.")
+compatibility reasons.")
(license license:lppl1.3c)))
(define-public texlive-everyshi
- 129/418: gnu: Add texlive-gincltex., (continued)
- 129/418: gnu: Add texlive-gincltex., guix-commits, 2023/05/29
- 132/418: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/29
- 135/418: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/29
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/29
- 137/418: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/29
- 136/418: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/29
- 142/418: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/29
- 143/418: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/29
- 144/418: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/29
- 145/418: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/29
- 151/418: gnu: texlive-everysel: Refresh package definition.,
guix-commits <=
- 155/418: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/29
- 146/418: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/29
- 158/418: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/29
- 153/418: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/29
- 154/418: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/29
- 160/418: gnu: Add texlive-lipsum., guix-commits, 2023/05/29
- 163/418: gnu: Add texlive-ntheorem., guix-commits, 2023/05/29
- 166/418: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/29
- 164/418: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/29
- 169/418: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/05/29