mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-placeins.
* gnu/packages/tex.scm (texlive-placeins): New variable.
This commit is contained in:
parent
179fc598ec
commit
69b3c53e29
1 changed files with 19 additions and 0 deletions
|
@ -6237,6 +6237,25 @@ (define-public texlive-piechartmp
|
|||
possibility of several charts from the same data.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-placeins
|
||||
(package
|
||||
(name "texlive-placeins")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/placeins/" "tex/latex/placeins/")
|
||||
(base32
|
||||
"0785ppjhf4x3by61mskwz289nzvbbw6iw7n0fq2dckgywjw3p2mz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/placeins")
|
||||
(synopsis "Control float placement")
|
||||
(description
|
||||
"This package defines a @code{\\FloatBarrier} command, beyond which
|
||||
floats may not pass; useful, for example, to ensure all floats for a section
|
||||
appear before the next @code{\\section} command.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-psfrag
|
||||
(package
|
||||
(name "texlive-psfrag")
|
||||
|
|
Loading…
Reference in a new issue