blob: 169af9e8a3dc0612cbf029c869635ddc9af19632 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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}
|