me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-subdepth.

* gnu/packages/tex.scm (texlive-subdepth): New variable.
master
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
1 changed files with 21 additions and 0 deletions

View File

@ -96658,6 +96658,27 @@ command, in order to choose the best option for every document. This includes
expandable and protected commands.") expandable and protected commands.")
(license license:gpl3+))) (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 ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar