I have a compilation problem with a specific command.
First, I have to mention that I do have the ams package.
Second, I also have all the babel french libraries to take punctuation into account.
Third, I use TeXnicCenter.
I first did this:
Code: Select all
\item Indiquez que la validité sera vérifiée pour 2^{\operatorname{ Nb. d'éléments } }
So I changed it for:
Code: Select all
\item Indiquez que la validité sera vérifiée pour \begin{equation} \text{ 2^{\operatorname{ Nb. d'éléments } } }\end{equation}
! Missing $ inserted. <inserted text> $
and I still have LaTeX Warning: Command \' invalid in math mode on input line ...
See, this is a never ending problem!
What the trick with these kind of things?