jgm / jgm/texmath

docx writer: fully support for \mathop{}

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

Description

I want to write `\varlimsup_{n\to\infty}` in markdown and convert it to word

$$\varlimsup_{n\to\infty}$$

but I got an error when I convert, I think the reason is pandoc don't know how to convert it. so I use `\mathop{\overline{\lim}}`, but the result is wrong

$$\mathop{\overline{\lim}}_{n\to\infty}$$

and I try `\underset{n\to\infty}{\overline{\lim}}`, it works

so I hope pandoc can support `\mathop{}` correctly

this image is an example of what I say above:
![image](https://user-images.githubusercontent.com/36830343/175827819-8b864843-d9b4-430b-8be4-f0a5075fe39b.png)

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.