-
Notifications
You must be signed in to change notification settings - Fork 216
Open
Description
Adding equation in markdown with labels with referencing.
Below is the code.
$$
\begin{split}
x = y+z
\end{split}
$$ (eqn:coordinate)
The label unfortunately is generated as shown below at the left of the equation instead of aligning to right end.
This is generated with sphinx, sphinx_rtd_theme. The equations were also initially aligning to the right but have resolved it by adding the following custom css. Please advise if there is a way to update the label to align at the right
.math {
margin-left: auto !important;
margin-right: auto !important;
width: fit-content !important;
text-align: right !important;
}
Metadata
Metadata
Assignees
Labels
No labels
