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

Math not correctly converted to typst: \mathbf should be bold and upright but is only bold #236

Closed
j-horak opened this issue Apr 10, 2024 · 0 comments
Labels

Comments

@j-horak
Copy link

j-horak commented Apr 10, 2024

Latex math expression is not properly converted to typst so that the final displayed result is different.

Expectation:

The Latex command $\mathbf{A}$ should produce a bold and upright letter like this $\mathbf{A}$.
In typst this is achieved by $upright(bold(A))$, so I expect to get this.

Reality:

I get just a bold letter, i.e., $bold(A)$.

Pandoc version?

See online pandoc example

Same result from quarto (v 1.4.549) with Pandoc v 3.1.11 .

@j-horak j-horak added the bug label Apr 10, 2024
@jgm jgm transferred this issue from jgm/pandoc Apr 10, 2024
@jgm jgm closed this as completed in 64e1cbf Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant