Hello,

I was wondering if anyone could advise me how to address the following issue..

The following code is correctly converted when `--mathjax` is used, but fails with default TeX math.

I need to convert it into Word so I cannot use `--mathjax` option. Would there be any workaround to avoid this issue?

## test.md

``` md
$${\large\text{IDF} = \log{\frac{{\text{N}}}{{\text{DF}}}}}$$

$${\large\text{TF-IDF} = TF{\times}\log\frac{{\text{N}}}{{\text{DF}}}}$$
```


``` bash
[WARNING] Could not convert TeX math '{\large\text{TF-IDF} = TF{\times}\log\frac{{\text{N}}}{{\text{DF}}}}', rendering as TeX:
  {\large\text{TF-IDF} = TF{\times}\log\fr
         ^
  unexpected control sequence \large
  expecting "%", "\\label", "\\tag", "\\nonumber" or whitespace
```

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/87feab23-2ea6-42ec-8241-a78d02ddebc8n%40googlegroups.com.