diff options
author | Karl Hallsby <karl@hallsby.com> | 2022-10-01 23:22:25 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2022-10-01 23:25:07 -0500 |
commit | bbe4b8f4f458d62de87af6e95508c62ba7b339bd (patch) | |
tree | 555fa818f2f9da433869d7b2d29048d66ee8990a | |
parent | a07ee7121f1204071a20a35062c89c6d2a68370f (diff) |
Make subsections line up with sections
The 0em IS necessary! Otherwise there are macro expansion errors when
using \subsection!
-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 eb9876a..9d5e544 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}{#1} -\titlespacing*{\subsection}{-5px}{0pt}{0px} +\titleformat{\subsection}{\large}{}{0em}{#1} +\titlespacing{\subsection}{0px}{0pt}{0px} \titleformat{\subsubsection}{\scshape}{}{0em}{#1} \titlespacing*{\subsubsection}{-5px}{0pt}{0px} \titleformat{\paragraph}{\scshape}{}{0em}{#1} |