summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2017-11-19 22:34:36 +0100
committerPaul Jungeblut <paul.jungeblut@gmail.com>2017-11-19 22:34:36 +0100
commit34c8d6494e4eccdf781e194d0f39c7b7f9089f87 (patch)
treec622354807a423e09ef3aed1171f9c32a9add4ef
parenta0848f59caaeb4a1d6095e86c7388f7c57e90b09 (diff)
Removing space around sections and subsections.
-rw-r--r--latexHeaders/layout.tex7
-rw-r--r--tcr.pdfbin310069 -> 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}
diff --git a/tcr.pdf b/tcr.pdf
index e6ff293..4b95c20 100644
--- a/tcr.pdf
+++ b/tcr.pdf
Binary files differ