From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stephen J. Barr" Subject: Is there a way to, in a table, denote an entire column as LaTeX Date: Sun, 13 Oct 2013 12:24:18 -0700 Message-ID: <87siw555zx.fsf@planetbarr.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVRH9-00026E-UD for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 15:24:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVRH3-0000dM-PC for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 15:24:27 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVRH3-0000cw-Hi for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 15:24:21 -0400 Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 02D5D21131 for ; Sun, 13 Oct 2013 15:24:19 -0400 (EDT) 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" Greetings, In a table, is it possible to denote that an entire column is LaTeX markup, rather than using the $$ markup around each expression. Sample table: |---------+------------------| | Term | Explanation | |---------+------------------| | $$x^2$$ | This is a square | | $$x^3$$ | This is a cubic | |---------+------------------| Is there a better way to do this? Thanks, Stephen