diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-12-21 21:54:23 -0600 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-12-21 21:54:23 -0600 |
commit | a6465de756ee3d7de3e61f84e77b9f5fca89afac (patch) | |
tree | 97148864401ce2d6d3c47cb05eacfd5dfddc9ed0 | |
parent | e9b5afa9ab2f916124399d9b71b23ff06f5cb7f3 (diff) |
Rework spacing changes for subsections
-rw-r--r-- | Hallsby_Karl.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index 7f6a8ba..881d6fc 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -47,8 +47,8 @@ \titlespacing*{\section}{0pt}{3pt}{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}{} -\titlespacing*{\subsection}{0pt}{0pt}{-4px} +\titleformat{\subsection}{\large}{}{1em}{} +\titlespacing*{\subsection}{-5px}{0pt}{0px} \titleformat{\paragraph}{\scshape}{}{0em}{} \titlespacing{\paragraph}{0pt}{2pt}{0pt} \titleformat{\subparagraph}{\scshape}{}{}{} |