{flowfram} is a package that allows the user to construct frames in a document, such that the document text flows from one frame to the next in the order that the frames were defined.
6
votes
1answer
43 views
Dynamically position of a flowfram box on the same page as the heading
i want to position a flowfram-box dynamically on the same page as the caption. So that the box is allways next to the a certain heading as the document is growing.
In my following example the boxes ...
5
votes
1answer
156 views
3 columns in a landscape document with flowfram
I'm trying to create a simple 2 pages document in landscape format, with 3 columns on each page.
I'm trying the \Ncolumn{3} command of package flowfram because multicols refuses float figures inside ...
7
votes
1answer
210 views
flowfram: more dynamic page range
My purpose is a document template which allows me to set up various text frames on each page including columns/graphics/... . To realize this, I chose flowfram because it seems to be the only package ...
7
votes
1answer
409 views
Three-columns text with figures of 2\columnwidth
Although in multicol environment (not the twocolumn option in document class) is problematic to place floats, there are some ways to put figures within a single column or occupying the entire width of ...