From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Large LaTeX project in single file or using publishing Date: Wed, 26 Nov 2014 14:31:11 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtiIz-0003qk-UK for emacs-orgmode@gnu.org; Wed, 26 Nov 2014 14:31:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtiIz-0005FW-5p for emacs-orgmode@gnu.org; Wed, 26 Nov 2014 14:31:13 -0500 Received: from mail-oi0-x22a.google.com ([2607:f8b0:4003:c06::22a]:33324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtiIz-0005FQ-1F for emacs-orgmode@gnu.org; Wed, 26 Nov 2014 14:31:13 -0500 Received: by mail-oi0-f42.google.com with SMTP id v63so2516439oia.1 for ; Wed, 26 Nov 2014 11:31:12 -0800 (PST) In-Reply-To: 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: Org-mode On Wed, Nov 26, 2014 at 2:00 PM, Jacob Gerlach wrote: > Hello list, > > I'm starting writing my thesis, for which I hope to remain in org-mode > rather than regular LaTeX. > > I am working on adapting a thesis LaTeX template into org-mode. The template > is set up with a main.tex having several individual files (chapters, > appendices, etc) \include'd. > > I believe that I could parallel this using org's publishing mechanism. An > alternate approach would be to use one single file, since I can simply fold > chapters to focus my workflow. > > My first concern is losing the ability to use internal links if I use > separate files. Another thought is compilation time if I use one file and > must always run pdflatex over the entire document. I'm sure there are > pitfalls either way that I'm not yet aware of. You don't have to compile the whole document every time. You can export a subtree: C-c C-e, C-s changes the export scope. Scott Randby > > Any input or advice you can provide would be greatly appreciated. > > Regards, > Jake