Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. documentclass{book}
  2.  
  3. begin{document}
  4. tableofcontents
  5. chapter{Foo}
  6.  
  7. section{First section 1.1}
  8.  
  9.  
  10. refstepcounter{section}
  11. section{Second section, but is 1.3}
  12.  
  13. section{Third section, but will be numbered 1.4}
  14.  
  15. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement