mirror of https://github.com/eyhc1/rendercv.git
update sb2nov
This commit is contained in:
parent
2bdb4fb063
commit
26abc00202
|
@ -1,5 +1,5 @@
|
|||
\begin{center}
|
||||
\textbf{\Huge \scshape <<cv.name>>} \\ \vspace{3pt}
|
||||
\textbf{\fontsize{<<design.header_font_size>>}{<<design.header_font_size>>}\scshape <<cv.name>>} \\ \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*}}}}
|
||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\color{<<design.link_color>>}\mbox{#2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
|
@ -4,8 +4,16 @@
|
|||
% License : MIT
|
||||
%------------------------
|
||||
|
||||
\documentclass[letterpaper,11pt]{article}
|
||||
\documentclass[<<design.font_size>>, <<design.page_size>>]{article}
|
||||
|
||||
\usepackage[
|
||||
ignoreheadfoot, % set margins without considering header and footer
|
||||
top=<<design.margins.top>>, % seperation between body and page edge from the top
|
||||
bottom=<<design.margins.bottom>>, % seperation between body and page edge from the bottom
|
||||
left=<<design.margins.left>>, % seperation between body and page edge from the left
|
||||
right=<<design.margins.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{<<design.date_and_location_width>>}}
|
||||
\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{<<design.date_and_location_width>>}}
|
||||
\textbf{#1} & \textit{\small #2}
|
||||
\end{tabularx}\vspace{-5pt}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue