From 9c6943e43fddcda7589cd16e31f3fb02af0bd8f8 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 15 Apr 2018 19:56:45 +0800 Subject: Template: adjust spacing and tag color --- resume.cls | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/resume.cls b/resume.cls index 7e5ecd2..26f922b 100644 --- a/resume.cls +++ b/resume.cls @@ -141,11 +141,15 @@ \setlength{\parindent}{0em} % Line spacing -\linespread{1.1} +\ifdef{\@zh}{ + \linespread{1.15} +}{ + \linespread{1.05} +} % Setup resume sections \titleformat{\section}{\Large\raggedright}{}{0.2em}{}[\titlerule] -\titlespacing{\section}{0em}{0.1em}{0.1em} +\titlespacing{\section}{0em}{0.1em}{0em} % % Configure list via 'enumitem' \setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em} @@ -197,7 +201,7 @@ \newcommand*{\tag}[1]{% \tikz[baseline] \node[anchor=base, - draw=accentcolor!60, + draw=accentcolor!40, rounded corners=0.5ex, inner xsep=0.8ex, inner ysep=0.5ex, -- cgit v1.2.2