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}
% 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}
\setlength{\footskip}{149.60005pt}
@ -19,27 +19,34 @@
\familyname{$name$}
\address{$street$}{$place$}
$if(phone)$
\phone{$phone$}
\phone{$phone$}
$endif$
$if(mail)$
\email{$mail$}
\email{$mail$}
$endif$
$if(resumetitle)$
\title{$resumetitle$}
\title{$resumetitle$}
$endif$
$if(born)$
\born{$born$}
\born{$born$}
$endif$
$if(homepage)$
\homepage{$homepage$}
\homepage{$homepage$}
$endif$
% Social icons
$if(xing)$
\social[xing]{$xing$}
\social[xing]{$xing$}
$endif$
$if(github)$
\social[github]{$github$}
\social[github]{$github$}
$endif$
$if(xtradetail)$
\extrainfo{$xtradetail$}
$endif$
$if(quote)$
\quote{$quote$}
$endif$
%-------------------------------------------------------------------------------