You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is somewhat unfortunate because it is worse than not properly accounting for the distance (the "3mm" should not be contentful).
Solution
I think that this should already be easily possible using the current "Generate a list of broken-down widgets" API style.
A makeshift solution might be to make the parser detect it (adapt it from the KaTeX parser) and just ignore the actual distance. That would already be better than showing it as symbols :)
The text was updated successfully, but these errors were encountered:
This is somewhat connected to #8.
It is a common use case to use
\\[distance]
to specify the distances of line breaks.An example would be
\\[3mm]
.Example
Check https://katex.org with
1\\2\\[3mm]3
- you will understand it quickly :)Docs
It is documented below the table in the environments section in the KaTeX docs.
Current situation
This is somewhat unfortunate because it is worse than not properly accounting for the distance (the "3mm" should not be contentful).
Solution
I think that this should already be easily possible using the current "Generate a list of broken-down widgets" API style.
A makeshift solution might be to make the parser detect it (adapt it from the KaTeX parser) and just ignore the actual distance. That would already be better than showing it as symbols :)
The text was updated successfully, but these errors were encountered: