Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 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. tableofcontents
  14. end{document}
  15.  
  16. documentclass{article}
  17. usepackage{etoc}
  18. usepackage{tocbibind}
  19. begin{document}
  20. etocsetnexttocdepth{section}
  21. tableofcontents
  22. section{A section}
  23. subsection{A subsection of a section}
  24. subsection{Another subsection of a section}
  25. section{Another section}
  26. subsection{A subsection of another section}
  27. subsection{Another subsection of another section}
  28. tableofcontents
  29. end{document}
  30.  
  31. documentclass{article}
  32. usepackage{etoc}
  33. usepackage{tocbibind}
  34. begin{document}
  35.  
  36. %% Prevent the subsections from being displayed in the TOC
  37. setcounter{tocdepth}{1}
  38. tableofcontents
  39.  
  40. section{A section}
  41. subsection{A subsection of a section}
  42. subsection{Another subsection of a section}
  43. section{Another section}
  44. subsection{A subsection of another section}
  45. subsection{Another subsection of another section}
  46. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement