From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Is there a way to, in a table, denote an entire column as LaTeX Date: Mon, 04 Nov 2013 13:06:11 +0100 Message-ID: <87y554xtfw.fsf@bzg.ath.cx> References: <87siw555zx.fsf@planetbarr.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdIvE-0001DX-3p for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 07:06:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdIv8-0004yx-Hx for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 07:06:20 -0500 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:45470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdIv8-0004ym-BP for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 07:06:14 -0500 Received: by mail-wi0-f182.google.com with SMTP id ez12so384240wid.15 for ; Mon, 04 Nov 2013 04:06:13 -0800 (PST) In-Reply-To: <87siw555zx.fsf@planetbarr.com> (Stephen J. Barr's message of "Sun, 13 Oct 2013 12:24:18 -0700") 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: "Stephen J. Barr" Cc: "emacs-orgmode@gnu.org" Hi Stephen, "Stephen J. Barr" writes: > 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? Not that I can think of, sorry... -- Bastien