mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-fancyref.
* gnu/packages/tex.scm (texlive-fancyref): New variable.
This commit is contained in:
parent
7c92f70744
commit
18f6ab04e9
1 changed files with 21 additions and 0 deletions
|
@ -6089,6 +6089,27 @@ (define-public texlive-fancyhdr
|
|||
|
||||
(define-deprecated-package texlive-latex-fancyhdr texlive-fancyhdr)
|
||||
|
||||
(define-public texlive-fancyref
|
||||
(package
|
||||
(name "texlive-fancyref")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/fancyref/"
|
||||
"source/latex/fancyref/"
|
||||
"tex/latex/fancyref/")
|
||||
(base32
|
||||
"0njgl53f5farwbd8xkw8im8id0scf6agbfqcdjkbqlk540vdzwbp")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/fancyref")
|
||||
(synopsis "LaTeX package for fancy cross-referencing")
|
||||
(description
|
||||
"This package provides fancy cross-referencing support, based on the
|
||||
package's reference commands (@code{\\fref} and @code{\\Fref}) that recognise
|
||||
what sort of object is being referenced.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-float
|
||||
(package
|
||||
(name "texlive-float")
|
||||
|
|
Loading…
Reference in a new issue