/test/gotchas/ok/quote-max-depth.tex

http://txt2tags.googlecode.com/ · LaTeX · 22 lines · 20 code · 2 blank · 0 comment · 0 complexity · ad756fa1ebf9dc37a67f5a436fa32bb5 MD5 · raw file

  1. \subsection*{TeX has depth limit for quote}
  2. \begin{quotation}
  3. Level 1
  4. \begin{quotation}
  5. Level 2
  6. \begin{quotation}
  7. Level 3
  8. \begin{quotation}
  9. Level 4
  10. \begin{quotation}
  11. Level 5
  12. \begin{quotation}
  13. Level 6
  14. Level 7
  15. \end{quotation}
  16. \end{quotation}
  17. \end{quotation}
  18. \end{quotation}
  19. \end{quotation}
  20. \end{quotation}