[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
349/435: gnu: texlive-underscore: Refresh package definition.
From: |
guix-commits |
Subject: |
349/435: gnu: texlive-underscore: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:40:24 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ef17badb7f9dcdcf10f1c0dc7fd5fefe6f3c6fa8
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 133ebbe1cb..d6e0bf95d8 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
- 312/435: gnu: texlive-luaotfload: Refresh package definition., (continued)
- 312/435: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/06
- 310/435: gnu: Add texlive-cmexb., guix-commits, 2023/06/06
- 315/435: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/06
- 316/435: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/06
- 319/435: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/06/06
- 323/435: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/06/06
- 329/435: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/06
- 334/435: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/06
- 345/435: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/06
- 346/435: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/06
- 349/435: gnu: texlive-underscore: Refresh package definition.,
guix-commits <=
- 360/435: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/06
- 361/435: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/06
- 362/435: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 363/435: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 367/435: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 371/435: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 359/435: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 358/435: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/06
- 374/435: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 375/435: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06