Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tocbibind}
  3. usepackage{etoc}
  4. begin{document}
  5. etocsetnexttocdepth{section}
  6. tableofcontents
  7. section{A section}
  8. subsection{A subsection of a section}
  9. subsection{Another subsection of a section}
  10. section{Another section}
  11. subsection{A subsection of another section}
  12. subsection{Another subsection of another section}
  13. end{document}
  14.  
  15. documentclass{article}
  16. usepackage{etoc}
  17. usepackage{tocbibind}
  18. begin{document}
  19. etocsetnexttocdepth{section}
  20. tableofcontents
  21. section{A section}
  22. subsection{A subsection of a section}
  23. subsection{Another subsection of a section}
  24. section{Another section}
  25. subsection{A subsection of another section}
  26. subsection{Another subsection of another section}
  27. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement