A colleague sent to me a manuscript written in Ubuntu. I am using Mac OS X Snow Leopard and I only have trouble when I compile the document due to the latex command \email. It seems it is not recognised. What package should I install or what else should I do?
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 know that |
|||
|
|
|
Extrapolating from your last question, the
Actually, all the macro does is to set the email address in a typewriter font. |
|||||||
|
\show\email\def\email#1{\relax}before the first occurrence of\emailand see if you can now compile, and tell us what Latex tells you about the contents of \email. This isn't a solution but a diagnostic, since it throws away information. – Charles Stewart Jun 15 '11 at 12:13moderncvdefines\emailat least the newer versions of it do... – Seamus Jul 22 '11 at 10:46