From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hofer Subject: Re: [PATCH] latex export - title placement Date: Thu, 02 Jun 2011 21:05:29 +0200 Message-ID: <87y61kkq9y.wl%sebhofer@gmail.com> References: <87wrhbdmjk.wl%sebhofer@gmail.com> <871uzcmz3c.wl%sebhofer@gmail.com> <20262.1307030227@alphaville.dokosmarshall.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSDRw-0005kn-Eb for emacs-orgmode@gnu.org; Thu, 02 Jun 2011 15:20:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSDRu-0004xK-PX for emacs-orgmode@gnu.org; Thu, 02 Jun 2011 15:20:56 -0400 Received: from lo.gmane.org ([80.91.229.12]:36234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSDDF-0002V6-Vh for emacs-orgmode@gnu.org; Thu, 02 Jun 2011 15:05:46 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QSDDF-00052L-6d for emacs-orgmode@gnu.org; Thu, 02 Jun 2011 21:05:45 +0200 Received: from ip116.wh184.uni-hannover.de ([130.75.184.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Jun 2011 21:05:45 +0200 Received: from sebhofer by ip116.wh184.uni-hannover.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Jun 2011 21:05:45 +0200 In-Reply-To: <20262.1307030227@alphaville.dokosmarshall.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: emacs-orgmode@gnu.org Cc: Sebastian Hofer At Thu, 02 Jun 2011 11:57:07 -0400, Nick Dokos wrote: > > Sebastian Hofer wrote: > > > At Wed, 01 Jun 2011 18:05:28 -0400, > > Nick Dokos wrote: > > > > > > Thomas S. Dye wrote: > > > > > > > Sebastian Hofer writes: > > > > > > > > > Hi all, > > > > > > > > > > This patch addresses the problem of ambiguous conventions for the > > > > > placement of the title related macros (\author, \date,...) with > > > > > respect to the main document body in different latex classes. It > > > > > introduces the following changes: > > > > > > > > > > * org-exp.el: > > > > > - added the following options: > > > > > - title-position (tpos) > > > > > - with-title (wtitle) > > > > > - with-author (wauth) > > > > > > [This is mostly addressed to Sebastian even though I'm replying to Tom's > > > reply.] > > > > > > An empty > > > > > > #+AUTHOR: > > > > > > disables the insertion of author (assuming that TITLE is not empty - > > > see below.) > > > > > > > > > > > - with-date (wdate) > > > > > > An empty > > > > > > #+DATE: > > > > > > disables the insertion of date (same assumption.) > > > > > > > > - with-maketitle (wmtitle) > > > > > > An empty > > > > > > #+TITLE: > > > > > > disables the insertion of \maketitle. > > > > To be honest, I didn't try setting empty author and date (which of > > course makes sense) I just tried not setting them at all, which gives > > default values. The main reason I submitted this patch, however, is > > having better control of \maketitle. Personally I would like to be > > able to have the title and author at the beginning of the file, just > > for the looks, and still be able to produce a customized title. Of > > course it is highly debatable if this is a sound reason to introduce > > new options (I would argue yes). > > > > Before anybody else wastes their time on this: I'm not sure whether I > was in an alternative universe yesterday, or I am in one today, but > I can't even reproduce my own results. I'll start again and try to get it > right this time, but I'm not going to be able to do that immediately. > > Apologies for the confusion. Concerning confusion: What I actually wanted to say above was that the main focus of the patch was to provide means for controlling the placement of \author, \date, \email etc., not \maketitle. Apologies for the confusion :) Sebastian