The following code produces an expected array of equations in LaTeX output, but doesn't do so for docx output:

```
---
title: A Document
...

## Math Equations

An array of equations:

\begin{eqnarray}
\nabla  \cdot \vec{B} &=& 0 \nonumber \\
\nabla  \times \vec{E} &=& - \frac{\partial B}{\partial t} \nonumber \\
\end{eqnarray}
```

If we surround the `eqnarray` environment with double dollar signs we get the expected docx output, but specifying latex as output yields a `! Missing \endgroup inserted` error.

```
---
title: A Document
...

## Math Equations

An array of equations:

$$
\begin{eqnarray}
\nabla  \cdot \vec{B} &=& 0 \nonumber \\
\nabla  \times \vec{E} &=& - \frac{\partial B}{\partial t} \nonumber \\
\end{eqnarray}
$$
```

Is this expected behavior? Perhaps relating to this issue: https://github.com/jgm/pandoc/issues/4104

Cheers,
Paul


--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CABoaWcW3mEFs8nZ63TzZN63fQXA0hnqAv%3DSz%3DfDQXpXxxjLpng%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.