Advertisement
Guest User

Untitled

a guest
Oct 4th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.25 KB | None | 0 0
  1. \documentclass{memoir}
  2.  
  3. \begin{document}
  4.  
  5. \tableofcontents
  6.  
  7. \chapter{First chapter}
  8. \chapter{Second chapter}
  9. \begin{appendices}
  10. \chapter{An appendix chapter}
  11. \end{appendices}
  12. \chapter{Third chapter}
  13. \chapter{Last chapter}
  14.  
  15. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement