Improve template conditions
This commit is contained in:
parent
f8171d85b3
commit
91f19db7cd
1 changed files with 15 additions and 8 deletions
23
moderncv.tex
23
moderncv.tex
|
@ -10,7 +10,7 @@
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
|
|
||||||
% Adjust the page margins
|
% Adjust the page margins
|
||||||
\usepackage[scale=0.8,top=2cm, bottom=2.5cm, left=2cm, right=2cm]{geometry}
|
\usepackage[scale=0.8,top=2cm, bottom=2.1cm, left=2cm, right=2cm]{geometry}
|
||||||
\usepackage[german]{babel}
|
\usepackage[german]{babel}
|
||||||
\setlength{\footskip}{149.60005pt}
|
\setlength{\footskip}{149.60005pt}
|
||||||
|
|
||||||
|
@ -19,27 +19,34 @@
|
||||||
\familyname{$name$}
|
\familyname{$name$}
|
||||||
\address{$street$}{$place$}
|
\address{$street$}{$place$}
|
||||||
$if(phone)$
|
$if(phone)$
|
||||||
\phone{$phone$}
|
\phone{$phone$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(mail)$
|
$if(mail)$
|
||||||
\email{$mail$}
|
\email{$mail$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(resumetitle)$
|
$if(resumetitle)$
|
||||||
\title{$resumetitle$}
|
\title{$resumetitle$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(born)$
|
$if(born)$
|
||||||
\born{$born$}
|
\born{$born$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(homepage)$
|
$if(homepage)$
|
||||||
\homepage{$homepage$}
|
\homepage{$homepage$}
|
||||||
$endif$
|
$endif$
|
||||||
|
|
||||||
% Social icons
|
% Social icons
|
||||||
$if(xing)$
|
$if(xing)$
|
||||||
\social[xing]{$xing$}
|
\social[xing]{$xing$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(github)$
|
$if(github)$
|
||||||
\social[github]{$github$}
|
\social[github]{$github$}
|
||||||
|
$endif$
|
||||||
|
|
||||||
|
$if(xtradetail)$
|
||||||
|
\extrainfo{$xtradetail$}
|
||||||
|
$endif$
|
||||||
|
$if(quote)$
|
||||||
|
\quote{$quote$}
|
||||||
$endif$
|
$endif$
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue