Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. 1. Chapitre 1
  2.  
  3. 2. Chapitre 2
  4.  
  5. Annexes
  6. A
  7. B
  8. C
  9.  
  10. documentclass{book}
  11.  
  12.  
  13. usepackage[toc]{appendix}
  14.  
  15.  
  16. begin{document}
  17. tableofcontents
  18. chapter{Foo}
  19. chapter{Foobar}
  20.  
  21. begin{appendices}
  22. chapter{Foo App}
  23. chapter{Foobar App}
  24. end{appendices}
  25.  
  26. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement