Search found 2 matches

by yoyega
Tue Nov 08, 2011 4:30 pm
Forum: Math & Science
Topic: Problem with AMS symbol under $$ environment
Replies: 2
Views: 1462

Re: Problem with AMS symbol under $$ environment

Hi Stefan_K, thank you very much for your reply. At the end, what I did, was to move all important files to a new directory, and to use command line instead of kile...and it magically worked!! Everything compiles now!...I don't know what the real problem was, but...

Thanks,
Yoyega

PD: by the way ...
by yoyega
Tue Nov 08, 2011 7:08 am
Forum: Math & Science
Topic: Problem with AMS symbol under $$ environment
Replies: 2
Views: 1462

Problem with AMS symbol under $$ environment

Hi, I am having a little problem with some AMS symbols. The problem is that when I use in my text something like:

...even if $ W \ll L$ ...

I get an 'Undefined symbol error' pointing out to the \ll symbol. BUT if I write:

\begin{equation}
W \ll L
\end{equation}

everything works fine.

Does ...