Re: [O] babel output as LaTeX code: help please!

2015-03-10 Thread Thomas S. Dye
Aloha Eric, Eric S Fraga writes: > On Tuesday, 10 Mar 2015 at 08:42, Thomas S. Dye wrote: > > [...] > >> Have you tried >> >> #+call: drawlayout[:stdin solution]() :results raw >> >> or, >> >> #+call: drawlayout[:stdin solution]() :results latex >> >> which should make the print "#+begin_latex"

Re: [O] babel output as LaTeX code: help please!

2015-03-10 Thread Eric S Fraga
On Tuesday, 10 Mar 2015 at 08:42, Thomas S. Dye wrote: [...] > Have you tried > > #+call: drawlayout[:stdin solution]() :results raw > > or, > > #+call: drawlayout[:stdin solution]() :results latex > > which should make the print "#+begin_latex" etc. lines of drawlayout > redundant? Both work p

Re: [O] babel output as LaTeX code: help please!

2015-03-10 Thread Thomas S. Dye
Hi Eric, Eric S Fraga writes: > Hi, > > I am using babel with awk to generate some LaTeX code that I would like > exported and interpreted as LaTeX. I have the following which works if > I were to use the src block directly but I wish to /call/ the src block > with different tables: > > #+begin