gnu: Add texlive-nidanfloat.
* gnu/packages/tex.scm (texlive-nidanfloat): New variable.
This commit is contained in:
parent
31f05e761b
commit
ed5f3e9af6
1 changed files with 21 additions and 0 deletions
|
@ -90247,6 +90247,27 @@ (define-public texlive-nicetext
|
|||
@end itemize")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-nidanfloat
|
||||
(package
|
||||
(name "texlive-nidanfloat")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/nidanfloat/"
|
||||
"source/latex/nidanfloat/"
|
||||
"tex/latex/nidanfloat/")
|
||||
(base32
|
||||
"18c58k4f2vq6ys7dq8b4xcl0yxvwn4maazb51fyf4mnl8cd2sl6f")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/nidanfloat")
|
||||
(synopsis
|
||||
"Bottom placement option for double float in two column mode (nidan-kumi)")
|
||||
(description
|
||||
"This package enables a bottom placement option for double floats in two
|
||||
column mode (@emph{nidan-kumi}).")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue