I've edited a document. The edited document works well on my system, but apparently reports this error on another system:
Undefined control sequence.
<argument> ...ontspec_tmp_int\endcsname 255*\real{0.5}\relax
What is this error about?
The error appears when calling \maketitle which has been redefined to (not my doing):
\def\maketitle{
\thispagestyle{empty}
\vfill
\begin{raggedright}
\leavevmode
\vskip 1cm
{\fontsize{50}{60}\fontspec[Color=red,Opacity=0.5]{Adobe Garamond Pro}\textbf{\@title}\par}
\vskip 1cm
\normalfont
{\Huge {\textit{\@author}\par}}
\vfill
{\Large Name}
\newline
{\Large \href{mailto:name@name.edu}{name@name.edu}}
\newline
{\Large \href{http://name.com}{http://name.com}}
\newline
{\Large \@date\par}
\end{raggedright}
\null
\cleardoublepage
}
\usepackage{calc}to your preamble. – Alan Munn Mar 14 '12 at 1:52