From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: lost in tables syntax Date: Thu, 23 Jan 2014 13:37:07 +0100 Message-ID: <87mwimri18.fsf@gmail.com> References: <87wqhqgack.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6JX6-0007lT-Jj for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 07:37:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6JX2-0004HD-An for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 07:37:20 -0500 In-Reply-To: <87wqhqgack.fsf@bzg.ath.cx> (Bastien's message of "Thu, 23 Jan 2014 13:18:35 +0100") 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: Bastien Cc: "Liste-emacs-orgmode@gnu.org" Le jeu. 23 janv. 2014 =C3=A0 01:18:35 , Bastien a envoy= =C3=A9 ce message: > Hi Joseph, > > Joseph Vidal-Rosset writes: > >> I am not reluctant to learn the org-syntax, but I need help. > > Then we need to know more on how to help you :) > > If you want multi-columns Org tables, alas, that's not > supported. Many thanks Bastien for your quick reply. The best for me would be to use the LaTeX syntax with tabular, multicol , ect. and to succeed in html export too. But=20 with in the headers the following line:=20 #+STYLE: and in the .tex file the following code: \begin{center} \begin{tabular}[tb]{cc} \multicolumn{2}{c}{$ ((p \to q) \to p) \to p $} \\ $ ((\bot \to q) \to \bot) \to \bot $ & $ ((\top \to q) \to \top) \to \top $= \\ $ (\top \to \bot) \to \bot $ & $ \top $ \\ $ \neg \neg \top $ & \\ $ \top $ & \\ \end{tabular} \end{center} I get in iceweasel (i.e. the Firefox of Debian):=20 Unknown environment "center"=20 Unknown environment "tabular" ...=20 I have also tried to use imagemagick, it does not work correctly...=20 Again, thanks for your kind help.=20 Jo.=20