Adjusted chapter spacing & added rules below

This commit is contained in:
Kenneth John Odle 2023-10-31 14:06:57 -04:00
parent ac1d97e0de
commit e200ad539f

View File

@ -127,6 +127,12 @@
% Use chapter names in references
\usepackage{nameref}
% Change distance above chapter titles
\usepackage{titlesec}
\titleformat{\chapter}[display]
{\normalfont\LARGE\bfseries}{\chaptertitlename\ \thechapter}{10pt}{\Huge}[{\vspace{2mm}\titlerule[0.8pt]\vspace{0.5mm}\titlerule[0.3pt]}]
\titlespacing*{\chapter}{0pt}{0pt}{30pt}
% Include URLs, but hide the big red box it puts around them in the pdf.
\usepackage[hidelinks]{hyperref}