Guest User

Untitled

a guest
Jan 6th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. documentclass{amsart}
  2. usepackage{lipsum}
  3. usepackage{hyperref}
  4. setcounter{tocdepth}{5}
  5. begin{document}
  6. tableofcontents
  7. section{Section}
  8. lipsum[1]
  9. subsection{Subsection}
  10. lipsum[1]
  11. subsubsection{Subsubsection}
  12. lipsum[1]
  13. end{document}
Add Comment
Please, Sign In to add comment