On Tue, Jan 28, 2003 at 12:59:11PM +0100, Konstantinos Kampouridis wrote:
> Hello,
> 
> I copy pasted the source into my latex file:
> \DeclareRobustCommand{\Cpp}
> {\valign{\vfil\hbox{##}\vfil\cr 
>    \textsf{C\kern-.1em}\cr
>    $\hbox{\fontsize{\ssf@size}{0}\textbf{+\kern-0.05em+}}$\cr}%
> }
> But I get the following error message when compiling my source:
> ! Undefined control sequence.<argument> \ssf                 @sizel.7 \Cpp

Shouldn't macro names containing @ be used only with

\makeatletter
...
\makeatother

?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to