From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Table Layout at LaTeX Export Date: Fri, 19 Aug 2016 16:22:52 +0200 Message-ID: <87lgzsu9c3.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bakhG-0003xU-RL for emacs-orgmode@gnu.org; Fri, 19 Aug 2016 10:22:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bakhB-0008Iq-Nv for emacs-orgmode@gnu.org; Fri, 19 Aug 2016 10:22:57 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:38278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bakhB-0008Ii-Hk for emacs-orgmode@gnu.org; Fri, 19 Aug 2016 10:22:53 -0400 In-Reply-To: (Florian Lindner's message of "Fri, 19 Aug 2016 14:43:50 +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" To: Florian Lindner Cc: emacs-orgmode@gnu.org Hello, Florian Lindner writes: > I try to achieve a table layout using vertical lines between each colum > > \begin{tabular}{|l|l|l|} > > but I'm unable to get it using org-mode tables > > Using a first table row like that: > > | / | < | < | > > Is the best I was able to achieve, it produces {l|l|l}. > > How can I produce the desired output above? Try this. The first column is special and can be ignored. | / | <> | <> | <> | | | a | b | c | Regards, -- Nicolas Goaziou