Re: [O] lists in tables (latex export)

2016-06-04 Thread martin . guertler
Hi, Some time ago I used such a feture in od export. I think it does exist in ox-odt.el. Regards, Martin

Re: [O] lists in tables (latex export)

2016-05-25 Thread Uwe Brauer
> 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}

Re: [O] lists in tables (latex export)

2016-05-25 Thread Rasmus
Eric S Fraga writes: > etc. as I believe it would be difficult to pass options to org special > blocks. But maybe others can chime in: can ATTR_LATEX, for instance, be > used to specify options for a #+BEGIN_ block? Yes. #+attr_latex: :options [foo] #+begin_bar x #+end_bar -- Warning: Ev

Re: [O] lists in tables (latex export)

2016-05-24 Thread Eric S Fraga
On Tuesday, 24 May 2016 at 21:00, Uwe Brauer wrote: > I will try to make it work with the solution as proposed by > > http://www.mostlycolor.ch/2015/07/swot-matrices-in-latex.html > > In case you are interested :-D Interesting. If you want to get this approach to work with org, you are more likel

Re: [O] lists in tables (latex export)

2016-05-24 Thread Marcin Borkowski
On 2016-05-23, at 22:43, Nicolas Goaziou wrote: > Hello, > > Uwe Brauer writes: > >> As far as I know orgmode does not support really lists in tables nor >> does it allows it to export them. >> >> Are there any plans for the future concerning such a feature? > > I don't think so. Supporting lis

Re: [O] lists in tables (latex export)

2016-05-24 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Tuesday, 24 May 2016 at 09:59, Uwe Brauer wrote: > [...] >> That is interesting, I could not get your example to work, but this is >> due to lack of knowledge from my side. I will look into this in the >> coming days. Thanks for pointing it

Re: [O] lists in tables (latex export)

2016-05-24 Thread Eric S Fraga
On Tuesday, 24 May 2016 at 09:59, Uwe Brauer wrote: [...] > That is interesting, I could not get your example to work, but this is > due to lack of knowledge from my side. I will look into this in the > coming days. Thanks for pointing it out! Try the attached. I've put the individual boxes in

Re: [O] lists in tables (latex export)

2016-05-24 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Monday, 23 May 2016 at 20:34, Uwe Brauer wrote: >> Are there any plans for the future concerning such a feature? > probably very difficult, I would guess. Alternatively, you could us > minipages and org special blocks to specify those? > A

Re: [O] lists in tables (latex export)

2016-05-24 Thread Eric S Fraga
On Monday, 23 May 2016 at 20:34, Uwe Brauer wrote: > Are there any plans for the future concerning such a feature? probably very difficult, I would guess. Alternatively, you could us minipages and org special blocks to specify those? As in: #+begin_halfpageblock Strengths: - large - simple - gr

Re: [O] lists in tables (latex export)

2016-05-23 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > As far as I know orgmode does not support really lists in tables nor > does it allows it to export them. > > Are there any plans for the future concerning such a feature? I don't think so. Supporting lists in tables equals to rewrite org-table.el from scratch. Regar

[O] lists in tables (latex export)

2016-05-23 Thread Uwe Brauer
Hello The following minimal example shows one possibility to have lists in a table using LaTeX \documentclass[11pt]{article} \usepackage{varwidth} \begin{document} \begin{center} \begin{tabular}{ll} \begin{varwidth}{\linewidth} \begin{itemize} \item this \item th