diff options
author | Karl Hallsby <karl@hallsby.com> | 2022-10-01 23:10:19 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2022-10-01 23:10:19 -0500 |
commit | a07ee7121f1204071a20a35062c89c6d2a68370f (patch) | |
tree | 026e93b18240f32c666fcd4752b9a516349df48e | |
parent | 387bd6050969a3557cc2130eaa50eb1fba7fc219 (diff) |
Add subsubsection section heading formatting
-rw-r--r-- | Hallsby_Karl.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index c2aeec5..eb9876a 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -49,6 +49,8 @@ % Don't put subsection contents on same line, like \paragraph \titleformat{\subsection}{\large}{}{1em}{#1} \titlespacing*{\subsection}{-5px}{0pt}{0px} +\titleformat{\subsubsection}{\scshape}{}{0em}{#1} +\titlespacing*{\subsubsection}{-5px}{0pt}{0px} \titleformat{\paragraph}{\scshape}{}{0em}{#1} \titlespacing{\paragraph}{0pt}{2pt}{0pt} \titleformat{\subparagraph}{\scshape}{}{}{#1} |