From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Latex equation numbering on left instead of right Date: Mon, 15 Aug 2016 09:38:50 -0400 Message-ID: <87eg5qw3rp.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZqy5-0002o6-Ki for emacs-orgmode@gnu.org; Tue, 16 Aug 2016 22:52:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZqy2-0000Ae-JU for emacs-orgmode@gnu.org; Tue, 16 Aug 2016 22:52:37 -0400 Received: from [195.159.176.226] (port=40256 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZqy2-00009g-CI for emacs-orgmode@gnu.org; Tue, 16 Aug 2016 22:52:34 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bZI6U-0000ga-B9 for emacs-orgmode@gnu.org; Mon, 15 Aug 2016 15:38:58 +0200 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@gnu.org 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 > > > > 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 > Check the variable org-html-mathjax-options. -- Nick