diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-02-18 02:11:55 -0600 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-02-18 02:11:55 -0600 |
commit | 7a0070eeaecd26c80583a637589980e8a1d6edad (patch) | |
tree | 49aa5c58f07c0095c138bf87bec3d69df5a3cd4b | |
parent | ff7c4e17d9c088caedf14c4d0d3e57dedfea959f (diff) |
Reduce space taken before section command
-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 ac4fced..27044dd 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -44,7 +44,7 @@ % Starred version kills the indentation of the paragraph following the title \titleformat{\section}{\LARGE}{}{0em}{}[\titlerule] % [\titlerule] places the line stretching across the page beneath the section -\titlespacing*{\section}{0pt}{3pt}{5pt} +\titlespacing*{\section}{0pt}{1pt}{5pt} % Make less space above the subsection or between normal and subsection % Don't put subsection contents on same line, like \paragraph \titleformat{\subsection}{\large}{}{1em}{} |