chapter_break.tex 460 B

123456789101112
  1. \usepackage{sectsty}
  2. \usepackage{xcolor}
  3. \usepackage{titlesec}
  4. \definecolor{WotCRed}{rgb}{.541,.100,.100}
  5. \definecolor{Blue}{rgb}{.100,.100,.541}
  6. % Define a new fontfamily for the subsubsection font
  7. % Don't use \fontspec directly to change the font
  8. \titleformat*{\section}{\Large\bfseries\color{WotCRed}}
  9. \titleformat*{\subsection}{\large\bfseries\color{WotCRed}}
  10. \titleformat*{\subsubsection}{\large\bfseries\sffamily\color{WotCRed}}
  11. \sectionfont{\clearpage}