public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Math environments: docx vs latex output?
@ 2019-03-18 19:44 Paul M.
  0 siblings, 0 replies; only message in thread
From: Paul M. @ 2019-03-18 19:44 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 1449 bytes --]

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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.

[-- Attachment #2: Type: text/html, Size: 2610 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-18 19:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 19:44 Math environments: docx vs latex output? Paul M.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).