me
/
guix
Archived
1
0
Fork 0

gnu: texlive-underscore: Refresh package definition.

* gnu/packages/underscore (texlive-underscore): Remove SIMPLE-TEXLIVE-PACKAGE
call.
Nicolas Goaziou 2023-05-17 08:40:02 +02:00
parent 809e704d94
commit 0687343d01
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 11 additions and 8 deletions

View File

@ -736,16 +736,19 @@ documentation from TeX files. It is part of the LaTeX base.")
(define-public texlive-underscore (define-public texlive-underscore
(package (package
(inherit (simple-texlive-package (name "texlive-underscore")
"texlive-underscore" (version (number->string %texlive-revision))
(list "/doc/latex/underscore/" (source (texlive-origin
"/tex/latex/underscore/") name version
(base32 (list "doc/latex/underscore/" "tex/latex/underscore/")
"0slxsxc9azmv3gsm55jkhkv8a06wafankp55hhsdd6k4prp8szrb") (base32
#:trivial? #t)) "0slxsxc9azmv3gsm55jkhkv8a06wafankp55hhsdd6k4prp8szrb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://www.ctan.org/pkg/underscore") (home-page "https://www.ctan.org/pkg/underscore")
(synopsis "Control the behaviour of @samp{_} in text") (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 @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 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 hyphenation point appears after the underscore, or merely a break point. The