blob: b485a0ea21c2495345c2be469e442ad821600ebe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
LaTeX Package : flowfram v 1.11
Last Modified : 28th June 2008
Author : Nicola Talbot
Files : flowfram.dtx - documented source file
flowfram.ins - installation script
flowfram.perl - LaTeX2HTML style file (see below)
ffuserguide.pdf - user manual
ffuserguide.html - user manual
ffuserguide.tex - source code for user manual
samples/ - directory containing sample files
Create frames for posters, brochures or magazines
The flowfram package is designed to enable 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 or any other form of document that does not
conform to the standard one or two column layout.
To extract the code do:
latex flowfram.ins
To extract the documented code do:
latex flowfram.dtx
makeindex -s gind.ist flowfram
makeindex -s flowfram.ist -o flowfram.sgi -t flowfram.slg flowfram.sgo
latex flowfram.dtx
latex flowfram.dtx
LATEX2HTML
==========
This package also supplies the LaTeX2HTML style file flowfram.perl.
Note however that this is not intended to emulate the flowfram
package. Most of the flowfram related commands are simply ignored
(along with their arguments) to provide a simple HTML version of the
document. The resulting HTML document will not contain any HTML
frames unless other packages (such as frames.perl) are used.
This material is subject to the LaTeX Project Public License.
See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of that license.
http://theoval.cmp.uea.ac.uk/~nlct/
|