mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: Add texlive-placeins-plain.
* gnu/packages/tex.scm (texlive-placeins-plain): New variable.
This commit is contained in:
parent
1b860eda04
commit
0742cf2499
1 changed files with 19 additions and 0 deletions
|
@ -3375,6 +3375,25 @@ (define-public texlive-pitex
|
|||
packages).")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-placeins-plain
|
||||
(package
|
||||
(name "texlive-placeins-plain")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "tex/plain/placeins-plain/")
|
||||
(base32
|
||||
"1lhc72zdm2cjynx6lf6kafmf00nw17z3mnfhagh41h76cnm338g9")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/placeins-plain")
|
||||
(synopsis "Insertions that keep their place")
|
||||
(description
|
||||
"This TeX file provides various mechanisms (for plain TeX and close
|
||||
relatives) to let insertions (footnotes, topins, pageins, etc.) float within
|
||||
their appropriate section, but to prevent them from intruding into the
|
||||
following section, even when sections do not normally begin a new page.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-tex
|
||||
(package
|
||||
(name "texlive-tex")
|
||||
|
|
Loading…
Reference in a new issue