mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: Add texlive-latex-refcount.
* gnu/packages/tex.scm (texlive-latex-refcount): New public variable.
This commit is contained in:
parent
7747df1bc2
commit
a8e8c9e59c
1 changed files with 19 additions and 0 deletions
|
@ -4244,6 +4244,25 @@ (define-public texlive-pstool
|
||||||
(define-public texlive-latex-pstool
|
(define-public texlive-latex-pstool
|
||||||
(deprecated-package "texlive-latex-pstool" texlive-pstool))
|
(deprecated-package "texlive-latex-pstool" texlive-pstool))
|
||||||
|
|
||||||
|
(define-public texlive-latex-refcount
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-latex-refcount"
|
||||||
|
(list "/doc/latex/refcount/"
|
||||||
|
"/tex/latex/refcount/")
|
||||||
|
(base32
|
||||||
|
"0pkmqj2qihndlv3ks33xzqw91q46jx79r3aygj68d8dflyddi583")
|
||||||
|
#:trivial? #t))
|
||||||
|
(home-page "https://www.ctan.org/pkg/refcount")
|
||||||
|
(synopsis "Counter operations with label references")
|
||||||
|
(description
|
||||||
|
"This package provides the @code{\\setcounterref} and
|
||||||
|
@code{\\addtocounterref} commands which use the section (or other) number
|
||||||
|
from the reference as the value to put into the counter. It also provides
|
||||||
|
@code{\\setcounterpageref} and @code{\\addtocounterpageref} that do the
|
||||||
|
corresponding thing with the page reference of the label.")
|
||||||
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-public texlive-seminar
|
(define-public texlive-seminar
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(inherit (simple-texlive-package
|
||||||
|
|
Loading…
Reference in a new issue