Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. documentclass{report}
  2. usepackage[tocgraduated]{tocstyle}
  3. usetocstyle{standard}
  4. begin{document}
  5. tableofcontents
  6. chapter{duck}
  7. chapter{goose}
  8. chapter{hen}
  9. chapter{hen}
  10. appendix
  11. renewcommand{thechapter}{Roman{chapter}}
  12. %renewcommand{thesection}{Roman{section}}%If there are no chapters
  13. chapter{duckling}
  14. chapter{gosling}
  15. chapter{chick}
  16. chapter{poult}
  17. end{document}
  18.  
  19. usepackage{etoolbox}
  20. makeatletter
  21. patchcmd{appendix}{@Alph}{@Roman}{}{}
  22. makeatother
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement