From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans Bale Subject: How to insert fraction and other math inside tables? Date: Wed, 11 Sep 2013 13:08:45 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJkGH-0007rA-HG for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 09:15:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJkGA-00034c-7V for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 09:15:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:57946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJkG9-00030r-QW for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 09:15:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VJkG7-00044F-Lr for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 15:15:03 +0200 Received: from 87-49-249-44-dynamic.dk.customer.tdc.net ([87.49.249.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Sep 2013 15:15:03 +0200 Received: from eismc by 87-49-249-44-dynamic.dk.customer.tdc.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Sep 2013 15:15:03 +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 How do I insert eg. \frac{1}{2} inside a table? Following does not seem to work |text |some more text| |-----------+--------------| |\frac{1}{2}| \frac{1}{3} | Exporting to html, the .html it is displayed as: |text |some more text| |-----------+--------------| |\frac{1}{2}| \frac{1}{3} | Enclosing with \( ... \) does not work properly, after exporting the .html shows |text |some more text| |-----------+--------------| | | |