diff --git a/rendercv/themes/sb2nov/Header.j2.tex b/rendercv/themes/sb2nov/Header.j2.tex index 027c0b7..5df8505 100644 --- a/rendercv/themes/sb2nov/Header.j2.tex +++ b/rendercv/themes/sb2nov/Header.j2.tex @@ -1,5 +1,5 @@ \begin{center} - \textbf{\Huge \scshape <>} \\ \vspace{3pt} + \textbf{\fontsize{<>}{<>}\scshape <>} \\ \vspace{3pt} \small ((* if cv.phone *)) @@ -39,4 +39,4 @@ % save the original href command in a new command: \let\hrefWithoutArrow\href % new command for external links: -\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{#2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}} \ No newline at end of file +\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\color{<>}\mbox{#2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}} \ No newline at end of file diff --git a/rendercv/themes/sb2nov/Preamble.j2.tex b/rendercv/themes/sb2nov/Preamble.j2.tex index dadf66f..e7f4b38 100644 --- a/rendercv/themes/sb2nov/Preamble.j2.tex +++ b/rendercv/themes/sb2nov/Preamble.j2.tex @@ -4,8 +4,16 @@ % License : MIT %------------------------ -\documentclass[letterpaper,11pt]{article} +\documentclass[<>, <>]{article} +\usepackage[ + ignoreheadfoot, % set margins without considering header and footer + top=<>, % seperation between body and page edge from the top + bottom=<>, % seperation between body and page edge from the bottom + left=<>, % seperation between body and page edge from the left + right=<>, % seperation between body and page edge from the right + % showframe % for debugging + ]{geometry} % for adjusting page geometry \usepackage{latexsym} \usepackage[empty]{fullpage} \usepackage{titlesec} @@ -66,7 +74,7 @@ % Just in case someone needs a heading that does not need to be in a list \newcommand{\resumeSubheading}[4]{ \vspace{-1pt}\item - \begin{tabularx}{0.97\textwidth}[t]{X R{4.1cm}} + \begin{tabularx}{0.97\textwidth}[t]{X R{<>}} \textbf{#1} & \textit{\small\ifthenelse{\equal{#2}{}}{#4}{#2}} \\ \textit{\small#3} & \textit{\small\ifthenelse{\equal{#2}{}}{}{#4}} \\ \end{tabularx}\vspace{-5pt} @@ -74,7 +82,7 @@ \newcommand{\resumeNormalSubheading}[2]{ \vspace{-1pt}\item - \begin{tabularx}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r} + \begin{tabularx}{0.97\textwidth}[t]{X R{<>}} \textbf{#1} & \textit{\small #2} \end{tabularx}\vspace{-5pt} }