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