mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: texlive-latex-footmisc -> texlive-footmisc.
* gnu/packages/tex.scm (texlive-footmisc): New variable. (texlive-latex-footmisc): Deprecate variable. (texlive-latex-xkeyval): * gnu/packages/docbook.scm (dblatex): Use new name.
This commit is contained in:
parent
6539f4e8cd
commit
ab6566e6a1
2 changed files with 22 additions and 20 deletions
|
@ -544,7 +544,7 @@ (define-public dblatex
|
||||||
texlive-fancyhdr
|
texlive-fancyhdr
|
||||||
texlive-fancyvrb
|
texlive-fancyvrb
|
||||||
texlive-latex-float
|
texlive-latex-float
|
||||||
texlive-latex-footmisc
|
texlive-footmisc
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
texlive-latex-jknapltx
|
texlive-latex-jknapltx
|
||||||
texlive-listings
|
texlive-listings
|
||||||
|
|
|
@ -6694,20 +6694,20 @@ (define-public texlive-latex-float
|
||||||
with @code{\\floatplacement{figure}{H}}.")
|
with @code{\\floatplacement{figure}{H}}.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-latex-footmisc
|
(define-public texlive-footmisc
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-footmisc")
|
(name "texlive-footmisc")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (texlive-origin
|
||||||
(method svn-fetch)
|
name version
|
||||||
(uri (texlive-ref "latex" "footmisc"))
|
(list "doc/latex/footmisc/"
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
"source/latex/footmisc/"
|
||||||
(sha256
|
"tex/latex/footmisc/")
|
||||||
(base32
|
(base32
|
||||||
"03x61wwql8nh6zrqiiiq3rb0x7m3pn48c606zapy19y21fybwdxs"))))
|
"1v1hkf0xcq6hyz3b32z3hvs53lmwrnkn79y9wxq6pqmhcgilqji3")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/footmisc"))
|
(home-page "https://ctan.org/pkg/footmisc")
|
||||||
(home-page "https://www.ctan.org/pkg/footmisc")
|
|
||||||
(synopsis "Range of footnote options")
|
(synopsis "Range of footnote options")
|
||||||
(description
|
(description
|
||||||
"This is a collection of ways to change the typesetting of footnotes.
|
"This is a collection of ways to change the typesetting of footnotes.
|
||||||
|
@ -6718,6 +6718,8 @@ (define-public texlive-latex-footmisc
|
||||||
footnotes with symbols rather than numbers.")
|
footnotes with symbols rather than numbers.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-footmisc texlive-footmisc)
|
||||||
|
|
||||||
(define-public texlive-letltxmacro
|
(define-public texlive-letltxmacro
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
"texlive-letltxmacro"
|
"texlive-letltxmacro"
|
||||||
|
@ -10382,19 +10384,19 @@ (define-public texlive-latex-xkeyval
|
||||||
"xkvutils.tex"))
|
"xkvutils.tex"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texlive-latex-base
|
(list texlive-cm
|
||||||
texlive-cm
|
texlive-footmisc
|
||||||
texlive-lm
|
|
||||||
texlive-url
|
|
||||||
texlive-graphics-def
|
texlive-graphics-def
|
||||||
texlive-xcolor
|
|
||||||
texlive-latex-footmisc
|
|
||||||
texlive-iftex
|
texlive-iftex
|
||||||
|
texlive-latex-base
|
||||||
texlive-listings
|
texlive-listings
|
||||||
texlive-pstricks
|
texlive-lm
|
||||||
|
texlive-pgf
|
||||||
texlive-pst-text
|
texlive-pst-text
|
||||||
|
texlive-pstricks
|
||||||
texlive-tools
|
texlive-tools
|
||||||
texlive-pgf))
|
texlive-url
|
||||||
|
texlive-xcolor))
|
||||||
(home-page "http://www.ctan.org/pkg/xkeyval")
|
(home-page "http://www.ctan.org/pkg/xkeyval")
|
||||||
(synopsis "Extension of the keyval package")
|
(synopsis "Extension of the keyval package")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue