Added command for inline hyperlinks

This commit is contained in:
Henrik Sommerland 2018-08-30 11:30:28 +02:00
parent 0db3500198
commit 6439011fef

View file

@ -394,6 +394,11 @@
% Use to execute conditional statements by checking empty string
\newcommand*{\ifempty}[3]{\ifthenelse{\isempty{#1}}{#2}{#3}}
% Command to provide nice looking inline links
\newcommand*{\inlinelink}[2]{%
\color{lighttext}\href{#1}{#2}\color{text}%
}
%-------------------------------------------------------------------------------
% Commands for elements of CV structure