Improve template conditions

This commit is contained in:
L3D 2024-04-20 01:15:50 +02:00
parent f8171d85b3
commit 91f19db7cd
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -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$
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------