Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. usepackage{titlesec}
  2.  
  3. setcounter{secnumdepth}{0}
  4. setcounter{tocdepth}{3}
  5.  
  6. % CHAPTER FORMAT
  7.  
  8. titleformat{chapter}[hang]
  9. {Hugesffamilybfseries}
  10. {thechapter}
  11. {10pt}
  12. {Huge}
  13.  
  14. % SECTION FORMAT
  15.  
  16. titleformat{section}
  17. {sffamilynormalsizebfseries}
  18. {thesection}
  19. {1em}
  20. {}
  21. titlespacing{section}
  22. {0pt}
  23. {0parskip}
  24. {0parskip}
  25. [0pt]
  26.  
  27. % SUBSECTION FORMAT
  28.  
  29. titleformat{subsection}
  30. {itshapenormalsize}
  31. {thesubsection}
  32. {}
  33. {}
  34. titlespacing{subsection}
  35. {0pt}
  36. {0parskip}
  37. {-1parskip}
  38. [0pt]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement