Files
PrimeTeX/packages/Titles.sty
Silcantar c914902f59 - Add custom header/footer.
- Add option to generate files optimized for either print or electronic reading.
2025-08-17 22:29:41 -05:00

25 lines
596 B
TeX

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{PrimeTeX/packages/Titles}[2025-07-16]
\RequirePackage[raggedright]{titlesec}
\renewcommand{\thepart}{\arabic{part}}
\titleformat{\part}[display]{
\normalfont\sbfamily\huge\centering
}{
\partname{} \thepart
}{20pt}{\Huge}
\titleformat{\chapter}[display]{
\normalfont\sbfamily\huge\raggedright
}{
\chaptertitlename{} \thechapter
}{20pt}{\Huge}
\titleformat*{\section}{\sbfamily\Large}
\titleformat*{\subsection}{\sbfamily\large}
\titleformat*{\subsubsection}{\sbfamily}
\titleformat*{\paragraph}{\sbfamily}
\titleformat*{\subparagraph}{\sbfamily}