mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-pdfcolfoot.
* gnu/packages/tex.scm (texlive-pdfcolfoot): New variable.
This commit is contained in:
parent
62bed0638c
commit
8b5b87730e
1 changed files with 20 additions and 0 deletions
|
@ -12050,6 +12050,26 @@ (define-public texlive-pgfgantt
|
||||||
Several keys customize the appearance of the chart elements.")
|
Several keys customize the appearance of the chart elements.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-pdfcolfoot
|
||||||
|
(package
|
||||||
|
(name "texlive-pdfcolfoot")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/pdfcolfoot/"
|
||||||
|
"source/latex/pdfcolfoot/"
|
||||||
|
"tex/latex/pdfcolfoot/")
|
||||||
|
(base32
|
||||||
|
"0k3fwfyj56zb18fr4yay4bp66nbx3a0nb87i8mh8yxkm7qmnx95l")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pdfcolfoot")
|
||||||
|
(synopsis "Separate color stack for footnotes with pdfTeX")
|
||||||
|
(description
|
||||||
|
"Since version 1.40 pdfTeX supports several colour stacks. This package
|
||||||
|
uses a separate colour stack for footnotes that can break across pages.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-pdflscape
|
(define-public texlive-pdflscape
|
||||||
(package
|
(package
|
||||||
(name "texlive-pdflscape")
|
(name "texlive-pdflscape")
|
||||||
|
|
Loading…
Reference in a new issue