me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xurl.

* gnu/packages/tex.scm (texlive-xurl): New variable.
master
Nicolas Goaziou 2023-08-29 16:05:27 +02:00
parent 1e857477c5
commit 4ae60bdb5e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -100524,6 +100524,26 @@ various long-standing issues.")
@code{xtabular} environment provides tables that break across pages.")
(license license:lppl)))
(define-public texlive-xurl
(package
(name "texlive-xurl")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/xurl/" "tex/latex/xurl/")
(base32
"0g03b27vg4qmprjy7jlpvpvq0223xsjfd6ynhsfwglqva3yq70ri")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xurl")
(synopsis "Allow URL breaks at any alphanumerical character")
(description
"This package loads @code{url} by default and defines possible URL breaks for
all alphanumerical characters, as well as @samp{=}, @samp{/}, @samp{.},
@samp{:}, @samp{*}, @samp{-}, @samp{~}, and @samp{\"}. All arguments which
are valid for @code{url} can be used and will be passed on to this package.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar