Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I have been trying to use the \homepage directive of moderncv. While the URL specified in the \homepage is rendered perfectly in the PDF, the colon does not seem to take effect. When I click on the link from the PDF, it goes to http//www.google.com (note the missing :). The PDF displays the URL correctly.

I am using the latest moderncv package. Anyone else facing this issue? Any work arounds?

share|improve this question
So something like this doesn't work for you? \documentclass{moderncv} \moderncvstyle{classic} \firstname{John} \familyname{Doe} \homepage{www.google.com} \begin{document} \makecvtitle \end{document} – Gonzalo Medina Oct 20 '12 at 3:54
Yikes! What you said works! I was trying \homepage{http://www.google.com}. Leaving out the "http://" works. Thanks – warunsl Oct 20 '12 at 4:07

closed as too localized by lockstep, Kurt, Stefan Kottwitz Oct 21 '12 at 18:42

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.