/test/gotchas/ok/quote-max-depth.tex
LaTeX | 22 lines | 20 code | 2 blank | 0 comment | 0 complexity | ad756fa1ebf9dc37a67f5a436fa32bb5 MD5 | raw file
1 2\subsection*{TeX has depth limit for quote} 3 4 \begin{quotation} 5Level 1 6 \begin{quotation} 7Level 2 8 \begin{quotation} 9Level 3 10 \begin{quotation} 11Level 4 12 \begin{quotation} 13Level 5 14 \begin{quotation} 15Level 6 16Level 7 17 \end{quotation} 18 \end{quotation} 19 \end{quotation} 20 \end{quotation} 21 \end{quotation} 22 \end{quotation}