diff options
Diffstat (limited to 'macros/latex/contrib/flowfram/samples/sampleRL.tex')
-rw-r--r-- | macros/latex/contrib/flowfram/samples/sampleRL.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/flowfram/samples/sampleRL.tex b/macros/latex/contrib/flowfram/samples/sampleRL.tex new file mode 100644 index 0000000000..48f4f5e615 --- /dev/null +++ b/macros/latex/contrib/flowfram/samples/sampleRL.tex @@ -0,0 +1,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} |