diff options
author | Karl Hallsby <karl@hallsby.com> | 2022-10-02 11:07:13 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2022-10-02 11:07:13 -0500 |
commit | b55be4df34892d0560b9ad5213835bec1c94f633 (patch) | |
tree | 23091e33849d8f1c00d5a7b8f1293e0bc380e1dc | |
parent | de7c4ced2c2448d61c2d5bffac6e65a65c4310ab (diff) |
Make subsection paragraph contents start on same line as header
-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 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} |