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

Fix math formula display (if possible) #9

Open
user202729 opened this issue Jul 31, 2024 · 0 comments
Open

Fix math formula display (if possible) #9

user202729 opened this issue Jul 31, 2024 · 0 comments

Comments

@user202729
Copy link

user202729 commented Jul 31, 2024

See the "test broken math formula" section in https://cryptohack.org/challenges/2d_dlog/solutions/#user202729

For now, some workarounds to write math formulas properly are

  • use \lt instead of <

  • for display math,

    • always put it in a separate paragraph
    • don't leave any extra space before/after $$
    • always put \\ at the end of the line

    example:

     text.
    
     $$abc \begin{pmatrix} a \\
     b \end{pmatrix} def$$
    
     More text...
    
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

1 participant