mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-modref.
* gnu/packages/tex.scm (texlive-modref): New variable.
This commit is contained in:
parent
76088c8286
commit
bc0d1d0f29
1 changed files with 21 additions and 0 deletions
|
@ -89211,6 +89211,27 @@ (define-public texlive-moderntimeline
|
|||
using the @code{moderncv} class.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-modref
|
||||
(package
|
||||
(name "texlive-modref")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/modref/" "source/latex/modref/"
|
||||
"tex/latex/modref/")
|
||||
(base32
|
||||
"1az7lkvazjn5yqkmxi6h60yk18nm16arl5glv0bcslwhagn63lfk")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/modref")
|
||||
(synopsis "Customisation of cross-references in LaTeX")
|
||||
(description
|
||||
"The package contains macros which allow authors to easily customise how
|
||||
cross-references appear in their document, both in general (across all
|
||||
cross-references) and for particular types of references (identified by
|
||||
a prefix in the reference label), in a very generic manner.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue