Archived
1
0
Fork 0

gnu: texlive-ulem: Refresh package definition.

* gnu/packages/tex.scm (texlive-ulem): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-15 21:46:34 +02:00
parent 63e66af948
commit a274b064db
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9535,19 +9535,23 @@ format.")
(define-public texlive-ulem (define-public texlive-ulem
(package (package
(inherit (simple-texlive-package (name "texlive-ulem")
"texlive-ulem" (version (number->string %texlive-revision))
(list "doc/generic/ulem/" "tex/generic/ulem/") (source (texlive-origin
(base32 "0wcfnw5h6lsg2ilvkkf7mns8jgcn0n5sh45iznfsb49pfb4mming") name version
#:trivial? #t)) (list "doc/generic/ulem/" "tex/generic/ulem/")
(home-page "https://www.ctan.org/pkg/ulem") (base32
(synopsis "Underline text in TeX") "0wcfnw5h6lsg2ilvkkf7mns8jgcn0n5sh45iznfsb49pfb4mming")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ulem")
(synopsis "Package for underlining")
(description (description
"The package provides an @code{\\ul} (underline) command which will break "The package provides an @code{\\ul} (underline) command which will break
over line ends; this technique may be used to replace @code{\\em} (both in that over line ends; this technique may be used to replace @code{\\em} (both in
form and as the @code{\\emph} command), so as to make output look as if it comes that form and as the @code{\\emph} command), so as to make output look as if
from a typewriter. The package also offers double and wavy underlining, and it comes from a typewriter. The package also offers double and wavy
striking out (line through words) and crossing out (/// over words).") underlining, and striking out, and crossing out.")
(license license:lppl1.3c+))) (license license:lppl1.3c+)))
(define-public texlive-pgf (define-public texlive-pgf