Add drive command

This commit is contained in:
Terencio Agozzino 2018-03-30 23:20:45 +02:00
parent 69d88b4a25
commit d2a1d12c98
3 changed files with 12 additions and 0 deletions

View file

@ -273,6 +273,10 @@
% Usage: \name{<position>} % Usage: \name{<position>}
\newcommand*{\position}[1]{\def\@position{#1}} \newcommand*{\position}[1]{\def\@position{#1}}
% Defines writer's driving license (optional)
% Usage: \drive{<driving license>}
\newcommand*{\drive}[1]{\def\@drive{#1}}
% Defines writer's mobile (optional) % Defines writer's mobile (optional)
% Usage: \mobile{<mobile number>} % Usage: \mobile{<mobile number>}
\newcommand*{\mobile}[1]{\def\@mobile{#1}} \newcommand*{\mobile}[1]{\def\@mobile{#1}}
@ -496,6 +500,12 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}% \ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://www.reddit.com/user/\@reddit}{\faReddit\acvHeaderIconSep\@reddit}% \href{https://www.reddit.com/user/\@reddit}{\faReddit\acvHeaderIconSep\@reddit}%
}% }%
\ifthenelse{\isundefined{\@drive}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\faCar\acvHeaderIconSep\@drive%
}%
\ifthenelse{\isundefined{\@xing}}% \ifthenelse{\isundefined{\@xing}}%
{}% {}%
{% {%

View file

@ -67,6 +67,7 @@
% \twitter{@twit} % \twitter{@twit}
% \skype{skype-id} % \skype{skype-id}
% \reddit{reddit-id} % \reddit{reddit-id}
% \drive{Driver's License}
% \extrainfo{extra informations} % \extrainfo{extra informations}
\quote{``Be the change that you want to see in the world."} \quote{``Be the change that you want to see in the world."}

View file

@ -67,6 +67,7 @@
% \twitter{@twit} % \twitter{@twit}
% \skype{skype-id} % \skype{skype-id}
% \reddit{reddit-id} % \reddit{reddit-id}
% \drive{Driver's License}
% \extrainfo{extra informations} % \extrainfo{extra informations}
\quote{``Be the change that you want to see in the world."} \quote{``Be the change that you want to see in the world."}