summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-12-21 14:11:16 -0600
committerKarl Hallsby <karl@hallsby.com>2020-12-21 14:11:16 -0600
commit8a6be876d48b8e6fb6fc15abccf1f217b767deb9 (patch)
tree8b979ea159584a619d0195915ac28972742aafc2
parent03ef260ed4be4f0d629bdb9f03b35f75014096c1 (diff)
Rework paragraph formatting
-rw-r--r--Hallsby_Karl.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex
index f056715..f7967f8 100644
--- a/Hallsby_Karl.tex
+++ b/Hallsby_Karl.tex
@@ -48,8 +48,8 @@
% 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}{}
-\titleformat{\paragraph}{}{}{0em}{}
\titlespacing*{\subsection}{0pt}{0pt}{-4px}
+\titleformat{\paragraph}{\scshape}{}{0em}{}
\titlespacing{\paragraph}{0pt}{2pt}{0pt}
% Make my PDF parsable by Oracle Taleo. Taken from this Reddit comment