From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Linke Subject: how to render align environment with mathjax in html-expot Date: Thu, 21 May 2015 22:21:48 +0200 Message-ID: <555E3E5C.2050808@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvWya-0004Fh-8x for Emacs-orgmode@gnu.org; Thu, 21 May 2015 16:21:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvWyV-0006VN-6l for Emacs-orgmode@gnu.org; Thu, 21 May 2015 16:21:56 -0400 Received: from mout.gmx.net ([212.227.15.18]:62939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvWyU-0006V7-SK for Emacs-orgmode@gnu.org; Thu, 21 May 2015 16:21:51 -0400 Received: from [10.148.40.100] ([194.95.30.129]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0LaXEN-1Za2jL34yl-00mJKW for ; Thu, 21 May 2015 22:21:48 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org Hello I would like to use align environments when I export to html. As this is nicer for me to align equations. When I use them naked like this. \begin{align} a &= b + c \\ x &= y + z \end{align} the equation does not get rendered at all but the naked text is displayed in the html file. Do their exists some options to tell org-mode to wrap align environments for mathjax? Or do I have to wrap this in some special source block? best Max