moderncv: fix PDF title

This commit is contained in:
Sina Atalay 2024-03-11 18:40:56 +01:00
parent 5fbe48de77
commit 26d8cbd206
1 changed files with 3 additions and 1 deletions

View File

@ -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}}