Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OOML Writer: Add low line char ("_") to isBarChar #193

Merged
merged 2 commits into from
Oct 8, 2022
Merged

Conversation

Hagb
Copy link
Contributor

@Hagb Hagb commented Jun 28, 2022

"_" is used for \underline in symbolMapOverrides. "_" should be regarded
as bar char, or \underline{xxx} will be written as \underset{\_}{xxx}
in OOML.

Fix jgm/pandoc#8152

"_" is used for `\underline` in `symbolMapOverrides`. "_" should be regarded
as bar char, or `\underline{xxx}` will be written as `\underset{\_}{xxx}`
in OOML.

Fix jgm/pandoc#8152
@jgm
Copy link
Owner

jgm commented Jul 4, 2022

Thanks for this. CI tests are failing. Take a look at the failing test cases and make sure the actual output looks correct. If so, you can update the expected test results to the actual results using make TESTARGS=--accept (or pass in --accept to the test suite if you're running cabal test or stack test manually). More on this in README.md.

@Hagb
Copy link
Contributor Author

Hagb commented Aug 23, 2022

Sorry for the late reply. The output looks correct and the test case has been updated.

@jgm jgm merged commit 6781fbf into jgm:master Oct 8, 2022
@jgm
Copy link
Owner

jgm commented Oct 8, 2022

Great, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docx writter:error render of \underline{} in equation
2 participants