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

Can not show Curly brackets #10

Closed
ZhiliangWu opened this issue Apr 25, 2017 · 4 comments
Closed

Can not show Curly brackets #10

ZhiliangWu opened this issue Apr 25, 2017 · 4 comments

Comments

@ZhiliangWu
Copy link

I write it in markdown like $\Omega={\omega_1, ..., \omega_N}$
However, it does not show the curly bracket. Is there any trick?
Thanks in advance.

@orsharir
Copy link
Owner

This is for LaTeX format, for which curly bracket are part of the syntax, so you'll have to escape them with slash.

@ZhiliangWu
Copy link
Author

ZhiliangWu commented Apr 26, 2017

Thanks for your reply. Actually, I escaped it. The code between $$ are \Omega=\{\omega_1, ..., \omega_N\}. However, the slash before the curly bracket disappeared for some certain reason. The only way to make it to show now is to give double slash. Is it possible to improve it?

@orsharir
Copy link
Owner

Okay, now I understand what you mean. This is due to Github's use of backslash. You have to escape the backslash first to make it work (otherwise the single slash would show in the comment in the first place). Alternatively, you can use \lbrace and \rbrace, like so $\lbrace 1,2,3 \rbrace$.

@ZhiliangWu
Copy link
Author

Great! That's really what I want! Thanks for the solution.

maidis added a commit to maidis/kod-olarak-matematik-cpp that referenced this issue Nov 23, 2021
Teşekkürler.

Üç görsel süslü parantezler ile ilgili bir sorun yüzünden gösterilmiyordu. Şimdi düzelmiş olmalı.

orsharir/github-mathjax#10

Fixes Experience-Monks#33
javierdiaz72 added a commit to input-output-hk/ouroboros-high-assurance that referenced this issue May 5, 2023
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

No branches or pull requests

2 participants