summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/flowfram/samples/sampleRL.tex
blob: 48f4f5e615dcd22809c0467a8e57aa291b436c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 % This file is public domain.

\documentclass{article}

\usepackage{lipsum}
\usepackage[RL,draft]{flowfram}

\twocolumn

\begin{document}
This is the start of the text.

\lipsum

This is the end of the text.
\end{document}