Archived
1
0
Fork 0

gnu: Add texlive-autonum.

* gnu/packages/tex.scm (texlive-autonum): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:44:06 +02:00
parent 34a2f4d742
commit 21f189c0e6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -73362,6 +73362,26 @@ package relies on BibTeX being used to handle citations.")
package.")
(license license:lppl1.3c)))
(define-public texlive-autonum
(package
(name "texlive-autonum")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/autonum/" "source/latex/autonum/"
"tex/latex/autonum/")
(base32
"0xlxkmnar4ylprf4zcz59ia9xb9nb2r14hbg7ar4in5rsxsiih4j")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/autonum")
(synopsis "Automatic equation references")
(description
"The package arranges that equation numbers are applied only to those
equations that are referenced. This operation is similar to the
@samp{showonlyrefs} option of the package @code{mathtools}.")
(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