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
which did not include the tex.
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.
Thanks,
Nooreen