emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nooreen Dabbish
Subject: [O] Using #+INCLUDE for a .tex file
Date: Thu, 3 Mar 2016 17:13:31 -0500


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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]