From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: lists in tables (latex export) Date: Wed, 25 May 2016 14:47:25 +0000 Message-ID: <87wpmixkhu.fsf@mat.ucm.es> References: <87eg8r9aby.fsf@delle7240.chemeng.ucl.ac.uk> <333849b651b84523b08fed5cedb009e9@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87vb23ikqd.fsf@pinto.chemeng.ucl.ac.uk> <8760u2d52c.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5a61-00031l-UT for emacs-orgmode@gnu.org; Wed, 25 May 2016 10:47:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5a5x-0000cB-OB for emacs-orgmode@gnu.org; Wed, 25 May 2016 10:47:40 -0400 Received: from plane.gmane.org ([80.91.229.3]:60352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5a5x-0000c7-Gv for emacs-orgmode@gnu.org; Wed, 25 May 2016 10:47:37 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1b5a5v-0005j2-Pn for emacs-orgmode@gnu.org; Wed, 25 May 2016 16:47:35 +0200 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 May 2016 16:47:35 +0200 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 May 2016 16:47:35 +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: emacs-orgmode@gnu.org > On Tuesday, 24 May 2016 at 21:00, Uwe Brauer wrote: > Interesting. If you want to get this approach to work with org, you are > more likely to need to put in the LaTeX directives into the org file > directly instead of the solution I suggested: > #+latex: \begin{tcbraster}[raster columns=2, boxrule=0mm, arc=0mm] > #+latex: \begin{tcolorbox}[equal height group=A, size=fbox, colback=swotS!60, colframe=swotS!80!black, title=\textsc{strengths}] > - business 1 > - business 2 Thanks I will try this out and report back.