me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-eqname.

* gnu/packages/tex.scm (texlive-eqname): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:21 +02:00
parent e1a036d5d8
commit 3e44befa83
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -80794,6 +80794,25 @@ list in which the indentation corresponds to the longest item of the list.")
is required, but these cases should be seldom.") is required, but these cases should be seldom.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-eqname
(package
(name "texlive-eqname")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/latex/eqname/")
(base32
"1qryjgmn2cw2indmmybgzrcrakqi6a3crvdcyvj769mciz8lsdwy")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/eqname")
(synopsis "Name tags for equations")
(description
"The @code{\\eqname} command provides a name tag for the current equation, in
place of an equation number. The name tag will be picked up by a subsequent
@code{\\label} command.")
;; "You may freely use, modify and/or distribute this file."
(license (license:non-copyleft "file://tex/latex/eqname/eqname.sty"))))
;;; ;;;
;;; 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