Guest User

Untitled

a guest
May 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. documentclass[12pt, tocindentauto, bibliography=totoc, listof=totoc, final]{scrbook}
  2.  
  3. begin{document}
  4.  
  5.  
  6. tableofcontents
  7. cleardoublepage
  8.  
  9. listoffigures
  10. cleardoublepage
  11.  
  12. listoftables
  13. cleardoublepage
  14.  
  15. part{part}
  16. chapter{chapter}
  17. section{section}
  18. begin{figure}
  19. caption{test}
  20. label{testfigure}
  21. end{figure}
  22.  
  23. end{document}
Add Comment
Please, Sign In to add comment