On Fri, Apr 14, 2000 at 05:39:04PM +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
> 
> Dekel> Putting a lot of \protect commands seems to solve the problem.
> Dekel> e.g.
> 
> Dekel> \begin{figure} \caption{\protect\( \left(
> Dekel> \protect\begin{array}{cc} 1 & 2\protect\\ 3 & 4
> Dekel> \protect\end{array}\right) \protect \)} \end{figure}
> 
> Well spotted. Note that the \protect on \\ does not seem necessary.

But it doesn't work without the \protect commands.

> Now the problem is to persuade mathed to put them.

I've created a patch for this.
Note that for a math macro, the latex output always contains the protect
commands 
(e.g., \newcommand{\x}{\protect\begin{array}{c} a\\ b \protect\end{array}} )

patch.gz

Reply via email to