From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Calsaverini Subject: Re: Fwd: Exporting latex without preamble Date: Wed, 29 Jun 2011 11:20:08 -0300 Message-ID: References: <87zkl1tv44.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbvd3-00016T-LR for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 10:20:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qbvd0-00032h-VA for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 10:20:33 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:64541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbvd0-00032a-K7 for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 10:20:30 -0400 Received: by bwd14 with SMTP id 14so1389076bwd.0 for ; Wed, 29 Jun 2011 07:20:29 -0700 (PDT) In-Reply-To: <87zkl1tv44.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode Hi Bastien, I was planning to use this to create an automated platform for writing my PhD thesis.The plan was to use org to edit separate files corresponding to the chapters of the thesis. Those chapters would then be exported to latex and included (preferably by an automated tool) in a master file that takes care of administrative boilerplate (preambles, cover sheets, boring style configurations, etc, etc...). The idea was to separate latex boilerplate from the text itself. I must use all kinds of custom styles in latex to conform to my university norms, and I wanted to start to write the text in a way that was independent of this boilerplate and only care about it when I must compile a "distribution version". I guess I'll have to try to do this differently. What I really was interested in doing is a "org-thesis" or "org-text-production" package, in the spirit of "org-babel" or "org2blog". But I don't know much of lisp to be honest (the only functional language I'm familiar with is haskell). My original idea involved a huge makefile and some python scripts, which seems to be a sub-optimal solution. I also played a bit with using an org master file to include each chapters, but I had some problems. Anyway, if you have any kind of tip or suggestion about this, I'm really interested! :D Thanks, --- Rafael Calsaverini Dep. de F=EDsica Geral, Sala 336 Instituto de F=EDsica - Universidade de S=E3o Paulo rafael.calsaverini@gmail.com http://stoa.usp.br/calsaverini/weblog CEL: (11) 7525-6222 USP: (11) 3091-6803 On Tue, Jun 28, 2011 at 20:05, Bastien wrote: > Hi Rafael, > > Rafael Calsaverini writes: > >> is it possible to export an org file to latex with no preamble and no >> \begin{document}?? > > Not at the moment. =A0Is it something you need regularily? > > -- > =A0Bastien >