diff options
| -rw-r--r-- | latexHeaders/layout.tex | 7 | ||||
| -rw-r--r-- | tcr.pdf | bin | 310069 -> 308964 bytes |
2 files changed, 6 insertions, 1 deletions
diff --git a/latexHeaders/layout.tex b/latexHeaders/layout.tex index b47f1b7..843798a 100644 --- a/latexHeaders/layout.tex +++ b/latexHeaders/layout.tex @@ -18,7 +18,12 @@ % Shift the title up to waste less space. \usepackage{titling} -\setlength{\droptitle}{-8em} +\setlength{\droptitle}{-9em} + +% Reduce spaces around sections and subsections. +\usepackage{titlesec} +\titlespacing*{\section}{0pt}{0pt}{0pt} +\titlespacing*{\subsection}{0pt}{0pt}{0pt} % Nice enumerations without wasting space above and below. \usepackage{enumitem} Binary files differ |
