So just to be sure : you suggest that I could use the
\\
inside tables, equations and lists, but not in text, right ?
If so, I don't understand the
nag warnings (about the
\rm
, which I never use). I don't use the
\\
in the text itself, only in equations/tables/list.
EDIT : I'm getting a total of 10 (+1 ?)
nag warnings, like this one :
Package nag Warning: Command \rm is an old LaTeX 2.09 command.
(nag) Use \rmfamily or \textrm instead on input line 141.
Yet, line 141 is the end of that code :
Code: Select all
\begin{equation}
\label{définition du grandissement}
m = \frac{\tensor{y}{_{\mathcal{I}}}}{\tensor{y}{_{\mathcal{O}}}}.
\end{equation}
So what is wrong here ? I never encountered these
nag warnings before.