jgm / jgm/texmath

LaTeX -> doc: set

Open
#163 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
406
Forks
86
Avg merge
1h 25m
Merged PRs (30d)
1

Description

I'm trying to convert some `.tex` to `.docx` with a lot of complex math and `pandoc-2.11.3.1` can't convert `\set{..}` and similar cases.

Usual error looks like:
```
[WARNING] Could not convert TeX math '\set{1, \dots, n}', rendering as TeX:
\set{1, \dots, n}
^
unexpected "{"
expecting "%", "\\label", "\\nonumber" or whitespace
```

Test case:
```
\documentclass{scrartcl}

\begin{document}

$\set{1, \dots, n}$

\end{document}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.