gnu: Add texlive-altsubsup.

* gnu/packages/tex.scm (texlive-altsubsup): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:43:44 +02:00
parent 95358e6303
commit 7f1548818f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -72845,6 +72845,26 @@ (define-public texlive-altfont
together with the @code{psfont} package.")
(license license:gpl3+)))
(define-public texlive-altsubsup
(package
(name "texlive-altsubsup")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/altsubsup/"
"source/latex/altsubsup/"
"tex/latex/altsubsup/")
(base32
"1c30v7pxlfxvkygli3xkzx9sbn99xkaqvs2s4ansz4wxzamsziiz")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/altsubsup")
(synopsis "Subscripts and superscripts with square brackets")
(description
"This is a LaTeX package to write alternative and customisable subscripts and
superscripts, with square brackets in the source code.")
(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