Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. chapter{something}
  2. section{1.1}
  3. subsection{1.1.2}
  4. subsubsection{Number 1} label{sssec:num1}
  5. subsubsection{Number 2} label{sssec:num2}
  6.  
  7. documentclass{report}
  8. setcounter{secnumdepth}{3} % default value for 'report' class is "2"
  9. begin{document}
  10. chapter{Something}
  11.  
  12. Here are cross-references to subsubsections ref{sssec:num1} and ref{sssec:num2}.
  13.  
  14. section{A section header}
  15. subsection{A subsection header}
  16. subsubsection{First subsubsection} label{sssec:num1}
  17. subsubsection{Second subsubsection} label{sssec:num2}
  18. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement