summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/flowfram/samples/sampleRL.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-13 00:16:56 +0000
committerKarl Berry <karl@freefriends.org>2012-11-13 00:16:56 +0000
commitb847625057328d18cbaff06505599203c8382a17 (patch)
treeb040c624881b1af975180256f90173d440d284d7 /Master/texmf-dist/doc/latex/flowfram/samples/sampleRL.tex
parentf5c4d1df6475f098e051b5c8a71ce506a2c0d802 (diff)
flowfram 1.14 (12nov12)
git-svn-id: svn://tug.org/texlive/trunk@28238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/flowfram/samples/sampleRL.tex')
-rw-r--r--Master/texmf-dist/doc/latex/flowfram/samples/sampleRL.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/flowfram/samples/sampleRL.tex b/Master/texmf-dist/doc/latex/flowfram/samples/sampleRL.tex
new file mode 100644
index 00000000000..48f4f5e615d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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}