From e200ad539f2552691d8b9f64ac4055cb11509523 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Tue, 31 Oct 2023 14:06:57 -0400 Subject: [PATCH] Adjusted chapter spacing & added rules below --- lbol.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lbol.tex b/lbol.tex index ab26ac1..3137768 100644 --- a/lbol.tex +++ b/lbol.tex @@ -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}