diff options
author | Karl Hallsby <karl@hallsby.com> | 2022-09-18 18:28:23 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2022-09-18 18:28:23 -0500 |
commit | dbda389836d31ba631c716359bfef22d948d7a58 (patch) | |
tree | ee08fcd7f604f0059ba18aea9bc73973f6d4d064 | |
parent | dd613fc805705bf2e850d8c399108a1c4a1e9586 (diff) |
Make all sections use bold fonts
-rw-r--r-- | Hallsby_Karl.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index 03bfb45..92d8c99 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -42,7 +42,7 @@ % \titleformat{<command>}[<shape>]{<format>}{<label>}{<sep>}{<before>}[<after>] % \titlespacing{<command>}{<left>}{<beforesep>}{<aftersep>}[<right>] % Starred version kills the indentation of the paragraph following the title -\titleformat{\section}{\LARGE}{}{0em}{}[\titlerule] +\titleformat{\section}{\LARGE\bfseries{}}{}{0em}{}[\titlerule] % [\titlerule] places the line stretching across the page beneath the section \titlespacing*{\section}{0pt}{3pt}{5pt} % Make less space above the subsection or between normal and subsection |