Guest User

Untitled

a guest
Jun 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. documentclass{scrbook}
  2. KOMAoptions{paper=156mm:234mm, BCOR=8mm,twoside,
  3. headinclude=false, footinclude=false,
  4. headings=normal,
  5. chapterentrydots=false, % default
  6. sectionentrydot=false,
  7. }
  8.  
  9. begin{document}
  10.  
  11. tableofcontents
  12.  
  13. chapter{one}
  14. section{oneone}
  15. end{document}
  16.  
  17. RedeclareSectionCommand[
  18. toclinefill=hfill
  19. ]{section}
  20.  
  21. documentclass{scrbook}
  22. KOMAoptions{paper=156mm:234mm, BCOR=8mm,twoside,
  23. headinclude=false, footinclude=false,
  24. headings=normal,
  25. chapterentrydots=false, % default
  26. }
  27. RedeclareSectionCommand[
  28. toclinefill=hfill
  29. ]{section}
  30.  
  31. begin{document}
  32. tableofcontents
  33. chapter{one}
  34. section{oneone}
  35. end{document}
  36.  
  37. RedeclareSectionCommands[
  38. toclinefill=hfill
  39. ]{section,subsection}
Add Comment
Please, Sign In to add comment