mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 05:58:33 +00:00
Added command for inline hyperlinks
This commit is contained in:
parent
0db3500198
commit
6439011fef
1 changed files with 5 additions and 0 deletions
|
@ -394,6 +394,11 @@
|
||||||
% Use to execute conditional statements by checking empty string
|
% Use to execute conditional statements by checking empty string
|
||||||
\newcommand*{\ifempty}[3]{\ifthenelse{\isempty{#1}}{#2}{#3}}
|
\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
|
% Commands for elements of CV structure
|
||||||
|
|
Loading…
Reference in a new issue