-
Notifications
You must be signed in to change notification settings - Fork 93
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
Doxygen Latex Inline #106
Comments
I was able to fix this by removing the following in < _patch_src = re.compile(r"""<\?xml version='1\.0' encoding='UTF-8'\?>
---
> _patch_src = re.compile(r"""<\?xml version='1\.0'\?> Seems that the output of dvisvgm was slightly different, thus the regex failed. |
Hi, thanks for the report and sorry for my delayed reply -- been busy with other projects. I pushed the above as 29ddf48 (ignoring the One note though -- 1.9.2 is extremely buggy and even though the above makes it work at least partially, I doubt it fixes the vertical misalignment (seen on the screenshot above). I was fighting this for a while until I ultimately gave up: #75 . If you can, upgrade to 2.2 (18.04) at least, the output will get much better :) |
Fixed it for me, thanks! |
Is there a specific syntax I should be following to get proper inline equation formatting?
It looks like if I follow this the
m-math
class is not added properly to the svg.I am on commit 97e5cca.
Example:
The text was updated successfully, but these errors were encountered: