diff options
| author | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-11-19 22:34:36 +0100 |
|---|---|---|
| committer | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-11-19 22:34:36 +0100 |
| commit | 34c8d6494e4eccdf781e194d0f39c7b7f9089f87 (patch) | |
| tree | c622354807a423e09ef3aed1171f9c32a9add4ef | |
| parent | a0848f59caaeb4a1d6095e86c7388f7c57e90b09 (diff) | |
Removing space around sections and subsections.
| -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 |
