gnu: Add texlive-soulpos.

* gnu/packages/tex.scm (texlive-soulpos): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:01:33 +02:00
parent 569eeaac78
commit 852cd69a2a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -96115,6 +96115,28 @@ (define-public texlive-snotez
the notes themselves).")
(license license:lppl1.3c)))
(define-public texlive-soulpos
(package
(name "texlive-soulpos")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/soulpos/" "tex/latex/soulpos/")
(base32
"11z7h0rawvvlghi5rgcr0hhvk203sp0yvs1k5r62czvsacby0qzk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-oberdiek texlive-soul))
(home-page "https://ctan.org/pkg/soulpos")
(synopsis "Fancy means of underlining")
(description
"The package combines the use of @code{soul} with the @code{savepos} mechanism
of current pdfTeX so that the user can create (almost) arbitrary underlining
and similar decorations, including rules, leaders and even pictures (PGF,
PSTricks, etc.). Unlike @code{soul} underlines, which are built by repeating
small elements, here each chunk of text to be underlined is a single element.")
(license license:expat)))
;;;
;;; 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