From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nooreen Dabbish Subject: Using #+INCLUDE for a .tex file Date: Thu, 3 Mar 2016 17:13:31 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1143f252115a40052d2c4fc6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abbUz-00044g-Rr for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 17:13:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abbUz-0003Mr-2F for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 17:13:33 -0500 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]:33835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abbUy-0003Mg-Qh for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 17:13:32 -0500 Received: by mail-vk0-x231.google.com with SMTP id e185so36486074vkb.1 for ; Thu, 03 Mar 2016 14:13:32 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a1143f252115a40052d2c4fc6 Content-Type: text/plain; charset=UTF-8 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 --001a1143f252115a40052d2c4fc6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Hi,=C2=A0

I would like t= o include some latex files in my latex export exactly where I place them in= the flow.=C2=A0
I am trying to do this with=C2=A0

=
#+INCLUDE: file.tex

But this places the= m at the top of the document above the title. I have also tried=C2=A0
=
#+INCLUDE: file.tex src latex
#+INCLUDE: file.tex src LaTeX<= /div>
which did not include the tex.

I am now = resorting to=C2=A0

#BEGIN_LATEX
\include= {file}
#+END_LATEX

But =C2=A0I am unhapp= y with this solution because I would like to generate the include line as t= he raw results of a code block.

Thanks,
= Nooreen

--001a1143f252115a40052d2c4fc6--