summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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