From 6439011fef34f7e09b6161deb3b26151b2a1dcd0 Mon Sep 17 00:00:00 2001 From: Henrik Sommerland Date: Thu, 30 Aug 2018 11:30:28 +0200 Subject: [PATCH] Added command for inline hyperlinks --- awesome-cv.cls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/awesome-cv.cls b/awesome-cv.cls index d1c1074..b537eac 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -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