summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/renditions/test_ren.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/renditions/test_ren.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/renditions/test_ren.tex')
-rw-r--r--macros/latex/contrib/renditions/test_ren.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/latex/contrib/renditions/test_ren.tex b/macros/latex/contrib/renditions/test_ren.tex
new file mode 100644
index 0000000000..169af9e8a3
--- /dev/null
+++ b/macros/latex/contrib/renditions/test_ren.tex
@@ -0,0 +1,27 @@
+\documentclass{article}
+\usepackage[max=4, rendition=2]{renditions}
+
+%\rendition{3}
+
+\parindent0pt\parskip6pt
+
+\begin{document}
+This is a test file for renditions.
+
+\begin{rendition1}
+Rendition 1
+\end{rendition1}
+
+\begin{rendition2}
+Rendition 2
+\end{rendition2}
+
+\begin{rendition3}
+Rendition 3
+\end{rendition3}
+
+\begin{rendition4}
+Rendition 4
+\end{rendition4}
+
+\end{document} \ No newline at end of file