gnu: Add texlive-zref-clever.

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

View file

@ -100817,6 +100817,31 @@ (define-public texlive-zref-check
be referred to by @code{\\zcheck}.")
(license license:lppl1.3c)))
(define-public texlive-zref-clever
(package
(name "texlive-zref-clever")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/zref-clever/"
"source/latex/zref-clever/"
"tex/latex/zref-clever/")
(base32
"0vz1w70j9lmx14s5fbznwansqmv2rn8dkqp8y5wr8jixr5wbwil3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/zref-clever")
(synopsis "Clever LaTeX cross-references based on @code{zref}")
(description
"This package provides a user interface for making LaTeX cross-references
which automates some of their typical features, thus easing their input in the
document and improving the consistency of typeset results. A reference made
with @code{\\zcref} includes a name according to its type, and lists of
multiple labels can be automatically sorted and compressed into ranges when
due. The reference format is highly and easily customizable, both globally
and locally.")
(license license:lppl1.3c)))
;;;
;;; 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