evilz / vscode-reveal

Revealjs vsCode extension
https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal
MIT License
454 stars 146 forks source link

can not display braces`{}` in latex #1257

Open Freakwill opened 1 year ago

Freakwill commented 1 year ago

can not display braces in latex expression$\{x\}$. How do you fix it?

Mavoort commented 4 months ago

I have the same problem. Since it works fine in reveal.js, it's probably a bug in vscode-reveal.

I don't know how to fix it.

But as a workaround, it is possible to use double backslash, like this: $\\{ x \\}$.