[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
355/421: gnu: texlive-underscore: Refresh package definition.
From: |
guix-commits |
Subject: |
355/421: gnu: texlive-underscore: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ef2715e1c2ad71acbb0d775a1dc89c866fef2e9d
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 55d2509b45..7e0ab44ea5 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
- 317/421: gnu: texlive-cs: Refresh package definition., (continued)
- 317/421: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/28
- 321/421: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/28
- 319/421: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/28
- 326/421: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/28
- 330/421: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/28
- 342/421: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/28
- 340/421: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/28
- 348/421: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/28
- 351/421: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/28
- 352/421: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/28
- 355/421: gnu: texlive-underscore: Refresh package definition.,
guix-commits <=
- 358/421: gnu: Add texlive-manfnt., guix-commits, 2023/05/28
- 362/421: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/05/28
- 363/421: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/28
- 375/421: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 370/421: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 380/421: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 400/421: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/28
- 397/421: gnu: texlive-cm: Fix build., guix-commits, 2023/05/28
- 415/421: gnu: Add texlive-knuth-local., guix-commits, 2023/05/28
- 413/421: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/28