summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/flowfram/samples/sample-rot.tex
blob: f62944db3aeb28b8b01d4dd57b7dc6139b69dcb7 (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
 % This file is public domain.

\documentclass[a4paper]{article}

\usepackage[draft]{flowfram}
\usepackage{supertabular}

\newflowframe{0.3\textwidth}{0.25\textheight}{0.5\textwidth}{0.5\textheight}

\newflowframe{0.3\textwidth}{0.2\textheight}{0pt}{0.1\textheight}

\newflowframe{0.3\textwidth}{0.2\textheight}{0.5\textwidth}{0.1\textheight}

\setflowframe{1}{angle=45}
\setflowframe{3}{angle=90}

\begin{document}

This is a sample document illustrating the use of the
flowfram package. The first flow frame has been rotated
by an angle of 45 degrees. There is an asterisk in the
margin\marginpar{*}. There is also a
footnote\footnote{down here.}.

\framebreak
\begin{supertabular}{rl}
1 & A\\
2 & B\\
3 & C\\
4 & D\\
5 & E\\
6 & F\\
7 & G\\
8 & H\\
9 & I\\
10 & J\\
11 & K\\
12 & L\\
13 & M\\
14 & N\\
15 & O\\
16 & P\\
17 & Q\\
18 & R\\
19 & S\\
20 & T\\
\end{supertabular}

\end{document}