-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
LaTeX blocks with tags don't render correctly #42
Comments
I think it's going to be quite hard to get this to work with all possible layout scenarios:
Prior to v1.18.0 the |
Things that are easy to do:
|
@fountainer Can you comment on what you expect in terms of how tags should be presented? |
I personally don't care much about the tags. I prefer the solution that tags are removed. However, I also accept other solutions as long as they don't overlap with the formulas. |
Another option is to put tags on the left side of the formulas. |
I think I will go with
and if you don't want tags shown at all then you can use |
This is addressed in v1.18.1, which is now available in Test Flight. |
It's a limitation of the current implementation. Each block has its own context, and I don't know how to share the context such that the numbering could continue. |
This is wrong; KaTeX can correctly auto-number equations. I've opened amake/flutter_tex_js#9 to track this, but I don't think I'm going to be able to solve this any time soon. |
As reported in #22 (comment), a LaTeX block with a tag (implied or otherwise) will render with the tag overlapping the main body:
The text was updated successfully, but these errors were encountered: