From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Re: Latex equation numbering on left instead of right Date: Mon, 15 Aug 2016 07:06:16 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113ceaa4a3d376053a1a386d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZFim-0005wG-Ip for emacs-orgmode@gnu.org; Mon, 15 Aug 2016 07:06:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZFik-0001Ec-Aw for emacs-orgmode@gnu.org; Mon, 15 Aug 2016 07:06:19 -0400 Received: from mail-oi0-x235.google.com ([2607:f8b0:4003:c06::235]:35247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZFik-0001EO-3E for emacs-orgmode@gnu.org; Mon, 15 Aug 2016 07:06:18 -0400 Received: by mail-oi0-x235.google.com with SMTP id 4so55955078oih.2 for ; Mon, 15 Aug 2016 04:06:18 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode Mailinglist --001a113ceaa4a3d376053a1a386d Content-Type: text/plain; charset=UTF-8 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 where the TagSide "left" can be changed after output by hand to "right", and that solves the problem. So how would I tell org-mode to make this change? Is there any control over MathJax from Emacs variables or my org-mode file? On Sun, Aug 14, 2016 at 7:25 PM, Lawrence Bottorff wrote: > 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 equation numbering off to the right? One Latex tip was to > include \documentclass[12pt,oneside,reqno]{amsart} where t > --001a113ceaa4a3d376053a1a386d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Okay, an Emacs StackExchange person said I'd have to a= lter 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

<script type=3D"text/x-mathjax-con= fig">
=C2=A0 =C2=A0 MathJax.Hub.Config({
=C2=A0= =C2=A0 =C2=A0 =C2=A0 displayAlign: "left",
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 displayIndent: "5em",

= =C2=A0 =C2=A0 =C2=A0 =C2=A0 "HTML-CSS": { scale: 100,
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 linebreaks: { automatic: "false" },
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 webFont: "Neo-Euler"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0},
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 SVG: {scale: 100,
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 linebreaks: { automatic: "false" },
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 font: "Neo-Eule= r"},
=C2=A0 =C2=A0 =C2=A0 =C2=A0 NativeMML: {scale: 100},
=C2=A0 =C2=A0 =C2=A0 =C2=A0 TeX: { equationNumbers: {autoNumber: &q= uot;AMS"},
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0MultLineWidth: "85%",
=C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0TagSide: "right",
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0TagIndent: ".8em"=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0}
});<= /div>
</script>

where the TagSide = "left" can be changed after output by hand to "right", = and that solves the problem. So how would I tell org-mode to make this chan= ge? Is there any control over MathJax from Emacs variables or my org-mode f= ile?

O= n Sun, Aug 14, 2016 at 7:25 PM, Lawrence Bottorff <borgauf@gmail.com&g= t; wrote:
I&= #39;ve got this

\begin{align}
n &=3D= 0 \\
n &=3D m + 1
\end{align}

=
in an org-mode buffer. When I produce a Latex output, the numbering n = =3D 0 =C2=A0 =C2=A0 (1) etc. is properly placed on the right. But an HTML o= utput places the numbering on the left. What do I need to do to have both H= TML and Latex output place the equation numbering off to the right? One Lat= ex tip was to include \documentclass[12pt,oneside,reqno]{amsart} where= t

--001a113ceaa4a3d376053a1a386d--