gnu: Add texlive-subdepth.

* gnu/packages/tex.scm (texlive-subdepth): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:02:02 +02:00
parent 6f846eda45
commit b243fbfd55
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -96658,6 +96658,27 @@ (define-public texlive-styledcmd
expandable and protected commands.")
(license license:gpl3+)))
(define-public texlive-subdepth
(package
(name "texlive-subdepth")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/subdepth/"
"source/latex/subdepth/"
"tex/latex/subdepth/")
(base32
"1h79qghibgnfz2savf158c6qkliizif95azma905rpwhz06zw1f9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/subdepth")
(synopsis "Unify maths subscript height")
(description
"This package is based on code to equalise the height of subscripts in maths.
The default behaviour is to place subscripts slightly lower when there is
a superscript as well, but this can look odd in some situations.")
(license license:lppl)))
;;;
;;; 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