Questions tagged [flowfram]

{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.

The package flowfram allows the user to create text frames for posters, brochures or mag­a­zines. It is used to cre­ate frames in a doc­u­ment such that the con­tents of the doc­u­ment en­vi­ron­ment flow from one frame to the next in the or­der in which they were de­fined. This is use­ful for cre­at­ing posters or mag­a­zines, in­deed any form of doc­u­ment that does not con­form to the stan­dard one or two col­umn lay­out.

45 questions
9
votes
1 answer

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 of this type out there. So far, the package does…
triton
  • 91
8
votes
1 answer

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 columns. Currently my draft…
Seb
  • 81
6
votes
1 answer

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 are layong on top of each other on the second…
4
votes
1 answer

\thethisframe returns wrong ID on first line of a flowframe

I have a code that runs through and automated process in order to produce a latex layout. In this process I need to recognize in which flowframe a specific point of text is. For example I need to know if the end of the second paragraph is on the…
3
votes
0 answers

Need to make a quad chart that puts 4 small pages in one page within an article document

EDIT: See end of question. I need to maintain the same outer margins that are defined for the rest of the document, and include a title for the quad chart. Text in one quad shouldn't flow into the other quads or I would have used multicols with…
3
votes
1 answer

Censored text with flowfram

I'm having problems creating in black out text using the censored package I just want to be able to effectively black out some words from the PDF created by laTex. The "blackout" text is the same colour as the blue text. - That's fine. Firstly, as…
Ghoul Fool
  • 431
  • 1
  • 3
  • 11
3
votes
1 answer

How do I specify what text is in thumbtabs

I'm using flowfram to add thumb indexes to the edge of the book I'm writing. I want to specify exactly what is printed in the tab. Right now it is the same as what appears in the ToC. I'd prefer the tabs to just include the part number or text I…
TomOnTime
  • 348
  • 1
  • 7
3
votes
0 answers

Using flowfram for creating several frames in landscape

How can I create the following frames in landscape, using flowfram package? The dashed lines should not be visible in the output; they are just drawn here to make the boundary of the frames clear.
user22486
2
votes
1 answer

flowfram package - balance 3 columns and extend columnsep line to end of text

Problem: I asked a question recently about putting a 2 column abstract and title within a 3 column document for which John Kormylo provided an answer that worked as intended followed by helpful comments. The issue I face when putting the code into…
user245306
1
vote
1 answer

Text flowing through frames

I'm typesetting a book with two flows of text. Text 1 is regular text. Text 2 I would like it to flow through defined frames at the bottom of the page, all of the same width but of variable height. I know how to do this with the FLOWFRAM package…
Haim
  • 487
1
vote
1 answer

Flowfram left frame flowing between pages

Werner provided the code below which works. My question is how to continue the left side bar text to the next page. In other words, I want the right main body text to flow between pages exactly as his code allows, but I also want the left sidebar…
1
vote
1 answer

Is it possible to create this flowchart in Latex?

Is it possible to create the following flowchart in Latex? Can you provide an code example?Thanks in advance.
1
vote
1 answer

Flowframe not moving to next page

I tried to extend this flowframe to next page which is not happening. Even tried defining page numbers [1-2], still compiler is not aligning the text. I need the flow continue over next page. It is restricting me to single…
0
votes
3 answers

Flowfram - Text width issue

I'm learning the flowfram package and I intend a simple use of setting some frames on the page and have the text flowing through. My frames have different widths and I read from the flowfram manual that: «The command \framebreak is provided for…
Haim
  • 487