Re: [O] Using #+INCLUDE for a .tex file

2016-03-03 Thread Eric S Fraga
On Thursday, 3 Mar 2016 at 17:13, Nooreen Dabbish wrote: [...] > I am now resorting to > > #BEGIN_LATEX > \include{file} > #+END_LATEX > > But I am unhappy with this solution because I would like to generate the > include line as the raw results of a code block. You could ":wrap export latex"

Re: [O] Using #+INCLUDE for a .tex file

2016-03-03 Thread Josiah Schwab
Hello Nooreen, > I am now resorting to > > #BEGIN_LATEX > \include{file} > #+END_LATEX > > But I am unhappy with this solution because I would like to generate the > include line as the raw results of a code block. I don't know anything about code block results, but would

[O] Using #+INCLUDE for a .tex file

2016-03-03 Thread Nooreen Dabbish
Hi, I would like to include some latex files in my latex export exactly where I place them in the flow. I am trying to do this with #+INCLUDE: file.tex But this places them at the top of the document above the title. I have also tried #+INCLUDE: file.tex src latex #+INCLUDE: file.tex src LaTeX