mirror of https://github.com/eyhc1/rendercv.git
moderncv: fix PDF title
This commit is contained in:
parent
5fbe48de77
commit
26d8cbd206
|
@ -6,4 +6,6 @@
|
||||||
% save the original href command in a new command:
|
% save the original href command in a new command:
|
||||||
\let\hrefWithoutArrow\href
|
\let\hrefWithoutArrow\href
|
||||||
% new command for external links:
|
% new command for external links:
|
||||||
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\color{color1} #2 \raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
||||||
|
|
||||||
|
\hypersetup{pdftitle={<<cv.name>>'s CV}}
|
Loading…
Reference in New Issue