From e535cf71f69061f19264c0a20111ab27f2f7700e Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sun, 3 Jan 2016 14:26:03 -0800 Subject: [PATCH] fix formatting for sections - lines up the section and subsection headings - increases size of section headings slightly --- bmh-cv.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bmh-cv.tex b/bmh-cv.tex index 417e5d0..5e0ddaf 100644 --- a/bmh-cv.tex +++ b/bmh-cv.tex @@ -42,6 +42,7 @@ \titleformat{\section}[leftmargin] {\normalfont +\fontsize{12}{15} \sffamily\bfseries\filleft} {}{0pt}{\color{BrickRed}} \titlespacing{\section} @@ -51,7 +52,7 @@ {\normalfont \bf} {}{0pt}{} \titlespacing{\subsection} -{0em}{-1em}{0em} +{0em}{-1.2em}{0em} % create a special cvlist environment to format the items \newenvironment{cvlist}{ -- 2.30.2