summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2022-10-02 11:07:13 -0500
committerKarl Hallsby <karl@hallsby.com>2022-10-02 11:07:13 -0500
commitb55be4df34892d0560b9ad5213835bec1c94f633 (patch)
tree23091e33849d8f1c00d5a7b8f1293e0bc380e1dc
parentde7c4ced2c2448d61c2d5bffac6e65a65c4310ab (diff)
Make subsection paragraph contents start on same line as header
-rw-r--r--Hallsby_Karl.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex
index 80e82b0..af03ef3 100644
--- a/Hallsby_Karl.tex
+++ b/Hallsby_Karl.tex
@@ -47,7 +47,7 @@
\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\bfseries}{}{0em}{#1}
+\titleformat{\subsection}[runin]{\large\bfseries}{}{0em}{#1}
\titlespacing{\subsection}{0px}{0pt}{0px}
\titleformat{\subsubsection}{\scshape}{}{0em}{#1}
\titlespacing*{\subsubsection}{-5px}{0pt}{0px}