diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-12-21 21:54:02 -0600 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-12-21 21:54:02 -0600 |
commit | fdc2dc647f4a6efaa2a23fe12c3c857e127ed103 (patch) | |
tree | 42451688f642a0a9215a4e450193e30935d0db28 | |
parent | 0adf01c2859262fdaaedec5a434fc4d8704ea4f3 (diff) |
Also make subparagraphs use small-caps
-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 8221fa7..2d62e53 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -51,7 +51,7 @@ \titlespacing*{\subsection}{0pt}{0pt}{-4px} \titleformat{\paragraph}{\scshape}{}{0em}{} \titlespacing{\paragraph}{0pt}{2pt}{0pt} -\titleformat{\subparagraph}{}{}{}{} +\titleformat{\subparagraph}{\scshape}{}{}{} \titlespacing{\subparagraph}{5pt}{2pt}{0pt} % Make my PDF parsable by Oracle Taleo. Taken from this Reddit comment |