Guest User

Untitled

a guest
Feb 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. documentclass[ngerman,twoside=false]{scrbook}
  2. defmypagestyle{,mbox{---},}
  3.  
  4. RedeclareSectionCommands[
  5. tocraggedpagenumber,
  6. toclinefill={footnotesizemypagestyle},
  7. tocindent=0em,
  8. tocnumwidth=4em,
  9. ]{chapter,section,subsection,subsubsection,paragraph}
  10.  
  11. RedeclareSectionCommand[
  12. ,tocentryformat=largescshape%
  13. ,tocindent=0em
  14. ,tocnumwidth=4em
  15. ]{part}
  16.  
  17. RedeclareSectionCommand[%
  18. ,tocentryformat=textbf,%
  19. ]{chapter}
  20. begin{document}
  21. tableofcontents
  22. part{part}
  23. chapter{chapter chapter}
  24. section{section section section} section{section section section} section{section section section}
  25. part{part}
  26. chapter{chapter chapter}
  27. section{section section section} section{section section section} section{section section section}
  28. setcounter{page}{100}
  29. part{part}
  30. chapter{chapter chapter}
  31. section{section section section} section{section section section} section{section section section}
  32. end{document}
Add Comment
Please, Sign In to add comment