[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
349/452: gnu: texlive-underscore: Refresh package definition.
From: |
guix-commits |
Subject: |
349/452: gnu: texlive-underscore: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:59 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0738e2375e70f22c19fa928a42600badef19d092
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 08:40:02 2023 +0200
gnu: texlive-underscore: Refresh package definition.
* gnu/packages/underscore (texlive-underscore): Remove
SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bd294b4bbc..baaccaa6b2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -736,16 +736,19 @@ documentation from TeX files. It is part of the LaTeX
base.")
(define-public texlive-underscore
(package
- (inherit (simple-texlive-package
- "texlive-underscore"
- (list "/doc/latex/underscore/"
- "/tex/latex/underscore/")
- (base32
- "0slxsxc9azmv3gsm55jkhkv8a06wafankp55hhsdd6k4prp8szrb")
- #:trivial? #t))
+ (name "texlive-underscore")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/underscore/" "tex/latex/underscore/")
+ (base32
+ "0slxsxc9azmv3gsm55jkhkv8a06wafankp55hhsdd6k4prp8szrb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
(home-page "https://www.ctan.org/pkg/underscore")
(synopsis "Control the behaviour of @samp{_} in text")
- (description "This package causes @code{\\_} in text mode (i.e.,
+ (description
+ "This package causes @code{\\_} in text mode (i.e.,
@code{\\textunderscore}) to print an underscore so that hyphenation of words
either side of it is not affected; a package option controls whether an actual
hyphenation point appears after the underscore, or merely a break point. The
- 264/452: gnu: texlive-kvdefinekeys: Refresh package definition., (continued)
- 264/452: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/06/09
- 283/452: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/09
- 290/452: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/09
- 293/452: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/09
- 308/452: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/06/09
- 312/452: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/09
- 317/452: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/09
- 333/452: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/09
- 334/452: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/09
- 344/452: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/09
- 349/452: gnu: texlive-underscore: Refresh package definition.,
guix-commits <=
- 351/452: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/09
- 353/452: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/09
- 355/452: gnu: Add texlive-luatex., guix-commits, 2023/06/09
- 360/452: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/09
- 366/452: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 365/452: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 372/452: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 373/452: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 383/452: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 380/452: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09