Advertisement
togedo

Header Mods

Nov 6th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. \makeatletter
  2. \renewcommand{\section}{\@startsection {section}{1}
  3. {\z@}
  4. {\b@level@one@skip}
  5. {\e@level@one@skip}
  6. {\centering\normalfont\normalsize}}
  7.  
  8. \renewcommand{\subsection}{\@startsection{subsection}{2}
  9. {\z@}
  10. {\b@level@two@skip}
  11. {\e@level@two@skip}
  12. {\centering\normalfont\normalsize\textbf}}
  13.  
  14. \renewcommand{\subsubsection}{\@startsection{subsubsection}{3}
  15. {\z@}
  16. {0\baselineskip \@plus 0.2ex \@minus 0.2ex}
  17. {-1em}%
  18. {\normalfont\normalsize\textbf}}
  19. \makeatother
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement