Am Samstag, 7. August 2004 02:54 schrieb Hannan Sadar:
> Hi to all,
>
> I am having problem using in the math mode the options in cancel.sty
> When i write in math mode: \cancel{, its write the word cancel in a
> black color and near it place {}. You could write between the two baraks.
It should occur in red. Maybe you are writing it inside a text box in
mathmode? What happens if you create a fesh math box with C-m and then
write \cancel{?
> My problem is that i receive the following error:
>
> Undefined control sequence.
> \L{$\cancel
>
Did you load the cancel package with
\usepackage{cancel}
in the preamble?
Georg