gnu: Add texlive-fancyref.

* gnu/packages/tex.scm (texlive-fancyref): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 16:07:41 +02:00
parent 7c92f70744
commit 18f6ab04e9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")