me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-underoverlap.

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

View File

@ -98903,6 +98903,26 @@ arguments.")
LaTeX.")
(license license:lppl)))
(define-public texlive-underoverlap
(package
(name "texlive-underoverlap")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/underoverlap/"
"tex/latex/underoverlap/")
(base32
"0ah8y9ninlkizjqi74qh4kxa23334pa58bnhl1g5n12vh80c4177")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/underoverlap")
(synopsis "Position decorations over and under expressions")
(description
"The package overcomes TeX's inherent limitations in commands that place
decorations (such as braces) at arbirary positions over and under expressions,
overlapping as necessary.")
(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