From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Subject: Publish multi-file project to LaTeX Date: Wed, 5 Nov 2008 09:55:26 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kxf74-00061f-7W for emacs-orgmode@gnu.org; Wed, 05 Nov 2008 04:55:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kxf72-00060h-Hw for emacs-orgmode@gnu.org; Wed, 05 Nov 2008 04:55:45 -0500 Received: from [199.232.76.173] (port=37829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kxf72-00060V-9M for emacs-orgmode@gnu.org; Wed, 05 Nov 2008 04:55:44 -0500 Received: from main.gmane.org ([80.91.229.2]:36273 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kxf71-0008LN-TW for emacs-orgmode@gnu.org; Wed, 05 Nov 2008 04:55:44 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kxf6u-0002Yy-P1 for emacs-orgmode@gnu.org; Wed, 05 Nov 2008 09:55:36 +0000 Received: from host86-133-109-229.range86-133.btcentralplus.com ([86.133.109.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Nov 2008 09:55:36 +0000 Received: from afmcc by host86-133-109-229.range86-133.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Nov 2008 09:55:36 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, is there a way to publish a set of org files as a single LaTeX project so that one of the files becomes the LaTeX "master document" which includes the others? The other files should then have no preamble but simply start with a section header. As far as I can tell publishing makes each .org file into a .tex file which would be processed separately by latex. Thanks, Tony