guess we don't want the build dir
[latex2e.git] / trunk / required / tools / testfiles / tlb-multicol-002.lvt
blob79f0af7bbb3398e883b9f2f52d661eba43b05acd
2 \input{test2e}
4 \documentclass{article}
6 \usepackage[colaction]{multicol}
8 % An application of \docolaction. We put the whole wrapfigure into the
9 % args so that the  internal label used is placed after wrapfigure.
11 \newcommand\test{\docolaction{F}{M}{L}}
14 \setlength\columnseprule{.7pt}
15 \setlength\emergencystretch{2em}
17 \begin{document}
19 \START
21 \begin{multicols}{3}
22   Some text to test column actions We are now in column \test.
24   Some text to test column actions We are now in column \test.
26   Some text to test column actions We are now in column \test.
27 \end{multicols}
29 \begin{multicols}{2}
30   Some text to test column actions We are now in column \test.
32   Some text to test column actions We are now in column \test.
34   Some text to test column actions We are now in column \test.
35 \end{multicols}
38 \RLmulticolcolumns
40 \begin{multicols}{3}
41   Now we do right to left \ldots
42   Some text to test column actions We are now in column \test.
44   Some text to test column actions We are now in column \test.
46   Some text to test column actions We are now in column \test.
47 \end{multicols}
49 \begin{multicols}{2}
50   Now we do right to left \ldots
51   Some text to test column actions We are now in column \test.
53   Some text to test column actions We are now in column \test.
55   Some text to test column actions We are now in column \test.
56 \end{multicols}
58 \showoutput
60 \end{document}