Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. documentclass[11pt]{scrbook}
  2.  
  3. usepackage{titlesec}
  4. newcommand{sectionbreak}{clearpage}%this is global effect
  5.  
  6. begin{document}
  7. chapter{introduction}
  8. %Need Command Here To turn OFF Starting Each
  9. %Section On New Page After The First Section
  10. section{A}
  11. blabla
  12. section{B}
  13. blabla
  14.  
  15. chapter{Another chapter}
  16. %Need Command Here To turn ON Starting Each
  17. %Section On New Page After The First Section
  18. section{A}
  19. blabla
  20. section{B}
  21. blabla
  22.  
  23. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement