Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save barryirwin/6418dce585f775e46afe3739ae892801 to your computer and use it in GitHub Desktop.
Save barryirwin/6418dce585f775e46afe3739ae892801 to your computer and use it in GitHub Desktop.
Restyling of \href in LateX
% requires fontawesome package for icon
%save old command
\let\orighref\href
%redefine the command without circular references
\renewcommand{\href}[2]{\orighref{#1}{{\small\faLink{}} #2}}
% generate a clickabel link with a link icon next to it.
\href{https://google.com}{moo}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment