-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
equation number is not aligned to right #301
Comments
Anything I can do to help get this fix (#383) merged? Very willing to help. |
New user here fighting with the same bug, apparently still in 1.0.0. Any suggested workaround, as it seems there has been no action on #383 in years? My best solution so far is to just add an additional CSS file via .eqno {
float: right;
} This makes the header link invisible, but at least it looks better. Any better workarounds appreciated. |
Hi there! We too are affected by this bug. The label of each equation is put on top of the equation instead of "to its right". We therefore resort to the fix proposed by @rdzman in #301 (comment). A fix in the theme itself would be more than appreciated 😄 |
After some testing, I've found that the following addition to one's .css file aligns the equation number to the right and makes the header link appear:
I think this would be straight-forward to implement in the Edit: this just comes directly from the Sphinx basic theme. |
In sphinx default, the equation number is aligned right.
but this theme does not do that.
in
sphinx/themes/basic/static/basic.css_t
, the element is styled as following:The text was updated successfully, but these errors were encountered: