From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: exporting to latex with multiple authors Date: Fri, 23 Apr 2010 17:22:56 +0200 Message-ID: <1689B141-2BDB-4FA4-9116-8E82CC58C7C0@gmail.com> References: <86hbn2fbsh.fsf@portan.ibr.cs.tu-bs.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O5Kic-0004tW-2V for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 11:23:02 -0400 Received: from [140.186.70.92] (port=55919 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5Kia-0004tO-Tc for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 11:23:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O5KiZ-0003lD-A8 for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 11:23:00 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:41955) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O5KiZ-0003l6-5j for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 11:22:59 -0400 Received: by wwe15 with SMTP id 15so921665wwe.0 for ; Fri, 23 Apr 2010 08:22:58 -0700 (PDT) In-Reply-To: <86hbn2fbsh.fsf@portan.ibr.cs.tu-bs.de> 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: Chris Gray Cc: emacs-orgmode@gnu.org Hi Chris, I agree and have changed org-entities to use land and lor instead. You might have to write \and{} in the author line, I am not sure. - Carsten On Apr 23, 2010, at 5:06 PM, Chris Gray wrote: > Hi, > > When I export an org file with the line > > #+AUTHOR: Me \and Another person > > I get > > \author{Me $\wedge$ Another person} > > which isn't exactly what I had in mind. :) > > I suppose I could use the following: > > #+LaTeX: \author{Me \and Another person} > > but obviously that won't be portable to other export formats. So I > guess the question is whether there is a good way to have multiple > authors in an org file, and if there isn't, should there be? > > Cheers, > Chris > > P.S. It's just a matter of taste, but I always preferred \land and > \lor > when typesetting logical ands and ors. > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten