From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Grebenstein Subject: Re: Including Latex Files Date: Tue, 06 Mar 2012 21:51:53 +0100 Message-ID: <4F5678E9.504@mgrebenstein.de> References: <4F54DB71.8010903@mgrebenstein.de> <87y5rezvcx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S51MX-0000kq-5C for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 15:52:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S51MS-0005sV-CO for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 15:52:00 -0500 Received: from smtprelay02.ispgateway.de ([80.67.31.29]:56762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S51MS-0005s6-5l for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 15:51:56 -0500 In-Reply-To: <87y5rezvcx.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Dear Nicolas, Tanks a lot. I found out that #+INCLUDE: "myfile.tex" latex does work also. I just forgot the quotes, sorry. Reading the manual I would have expected that src does export formatted source code which is not what I intended. Best, Markus Am 05.03.2012 20:43, schrieb Nicolas Goaziou: > Hello, > > Markus Grebenstein writes: > >> So I tried >> >> #+INCLUDE: myfile.tex latex > The syntax is #+INCLUDE: "myfile.tex" src latex > > > Regards, >