diff options
-rw-r--r-- | Hallsby_Karl.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index 952be1f..22f4adc 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -39,6 +39,9 @@ % Heading (section/subsection/...) manipulation functions \usepackage{titling} \usepackage{titlesec} +% \titleformat{<command>}[<shape>]{<format>}{<label>}{<sep>}{<before>}[<after>] +% \titlespacing{<command>}{<left>}{<beforesep>}{<aftersep>}[<right>] +% Starred version kills the indentation of the paragraph following the title \titleformat{\section}{\LARGE}{}{0em}{}[\titlerule] % [\titlerule] places the line stretching across the page beneath the section \titlespacing*{\section}{0pt}{3pt}{5pt} |