mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: Add texlive-flowfram.
* gnu/packages/tex.scm (texlive-flowfram): New variable.
This commit is contained in:
parent
fdb3abba94
commit
28e006d645
1 changed files with 23 additions and 0 deletions
|
@ -82519,6 +82519,29 @@ (define-public texlive-floatrow
|
||||||
@code{subfig} (in the case of rows of subfloats), and @code{longtable}.")
|
@code{subfig} (in the case of rows of subfloats), and @code{longtable}.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-flowfram
|
||||||
|
(package
|
||||||
|
(name "texlive-flowfram")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/flowfram/" "scripts/flowfram/"
|
||||||
|
"source/latex/flowfram/"
|
||||||
|
"tex/latex/flowfram/")
|
||||||
|
(base32
|
||||||
|
"1y3r1g9ycxq7r839ca7xzjpk628jvnc1fc0qgp6f6wb99ps79pzc")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/flowfram")
|
||||||
|
(synopsis "Create text frames for posters, brochures or magazines")
|
||||||
|
(description
|
||||||
|
"The @code{flowfram} package enables you to create frames in a document such
|
||||||
|
that the contents of the document environment flow from one frame to the next
|
||||||
|
in the order in which they were defined. This is useful for creating posters
|
||||||
|
or magazines, indeed any form of document that does not conform to the
|
||||||
|
standard one or two column layout.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue