Lawrence Bottorff writes:
> Okay, an Emacs StackExchange person said I'd have to alter the actual
> HTML/CSS, that adding #+LaTeX_CLASS_OPTIONS: [oneside,reqno] would not help
> the HTML output -- and it doesn't. I did find the HTML section
>
>
> MathJax.Hub.Config({
> displayAlign
Okay, an Emacs StackExchange person said I'd have to alter the actual
HTML/CSS, that adding #+LaTeX_CLASS_OPTIONS: [oneside,reqno] would not help
the HTML output -- and it doesn't. I did find the HTML section
MathJax.Hub.Config({
displayAlign: "left",
displayIndent: "5em",
I've got this
\begin{align}
n &= 0 \\
n &= m + 1
\end{align}
in an org-mode buffer. When I produce a Latex output, the numbering n = 0
(1) etc. is properly placed on the right. But an HTML output places the
numbering on the left. What do I need to do to have both HTML and Latex
output place the