mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: Add texlive-latex-newfloat.
* gnu/packages/tex.scm (texlive-latex-newfloat): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
98d7ffcda6
commit
34766a6631
1 changed files with 17 additions and 0 deletions
|
@ -4954,6 +4954,23 @@ (define-public texlive-latex-natbib
|
||||||
designed from the start to be compatible with @code{natbib}.")
|
designed from the start to be compatible with @code{natbib}.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-latex-newfloat
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-latex-newfloat"
|
||||||
|
(list "doc/latex/newfloat/"
|
||||||
|
"tex/latex/newfloat/")
|
||||||
|
(base32 "1047max3li9ni15njgsvc7qglakgrjy2l0s72imgzdmwgb2h8jyf")
|
||||||
|
#:trivial? #t))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/newfloat")
|
||||||
|
(synopsis "Define new floating environments")
|
||||||
|
(description
|
||||||
|
"This package offers the command @code{\\DeclareFloatingEnvironment},
|
||||||
|
which the user may use to define new floating environments which behave like
|
||||||
|
the LaTeX standard foating environments @code{figure} and @code{table}.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-latex-newunicodechar
|
(define-public texlive-latex-newunicodechar
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(inherit (simple-texlive-package
|
||||||
|
|
Loading…
Reference in a new issue