Guest User

Untitled

a guest
Nov 14th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. documentclass{book}
  2. setcounter{secnumdepth}{3} % number subsubsections
  3. setcounter{tocdepth}{3} % put subsubsections in ToC
  4. renewcommand{thesubsubsection}{ensuremath{clubsuit}} % no number, fancy glyph
  5. begin{document}
  6. tableofcontents}
  7. chapter{Chapter}
  8. section{Section}
  9. subsection{Subsection}
  10. subsubsection{Subsubsection}
  11. end{document}
Add Comment
Please, Sign In to add comment