我正在使用 moderncv 制作我的简历。我想在简历中添加主页,即不在标题中添加。到目前为止,我使用了以下代码:
\documentclass[11pt,a4paper,sans]{moderncv}
\moderncvstyle{casual}
\moderncvcolor{blue}
\renewcommand{\familydefault}{\sfdefault}
\nopagenumbers{}
\usepackage[utf8]{inputenc}
\usepackage[scale=0.75]{geometry}
\firstname{John}
\familyname{Doe}
\title{Resumé title (optional)}
\address{street and number}{postcode city}
\mobile{+1~(234)~567~890}
\phone{+2~(345)~678~901}
\fax{+3~(456)~789~012}
\email{[email protected]}
\homepage{www.johndoe.com}
\extrainfo{additional information}
%\photo[64pt][0.4pt]{picture}
\quote{Some quote (optional)}
\begin{document}
\makecvtitle
\section{name}
\cventry{}{\homepagesymbol\httplink{www.homepage.com}}{name}{institution}{}{}
\end{document}
重点是,我想将实际的主页链接与 CV 中显示的链接区分开来。换句话说,由于实际链接有点丑陋而且很长,我的想法是用简单的面额“掩盖”它。但是,我想保留 moderncv-class 提供的 homepagesymbol。
有没有办法可以轻松做到这一点?
提前谢谢您,
菲尔
答案1
\httplink
有一个用于“漂亮”显示文本的可选参数:
\httplink[www.homepage.com]{www.ugly.com}