diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-06 23:41:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-06 23:41:34 +0000 |
commit | c4de2d646327abffb394d44f2b06b2085dd4bfb0 (patch) | |
tree | 30bba6a0d563570ca8b3974c99e72b54fceb2fdb /Master/texmf-dist/doc/latex/renditions/test_ren.tex | |
parent | 585255c491e58499ca285c62e610eee9e3a257df (diff) |
new latex package renditions 0.1 (6feb10)
git-svn-id: svn://tug.org/texlive/trunk@16932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/renditions/test_ren.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/renditions/test_ren.tex | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/renditions/test_ren.tex b/Master/texmf-dist/doc/latex/renditions/test_ren.tex new file mode 100644 index 00000000000..169af9e8a3d --- /dev/null +++ b/Master/texmf-dist/doc/latex/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 |