From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Gray Subject: exporting to latex with multiple authors Date: Fri, 23 Apr 2010 17:06:54 +0200 Message-ID: <86hbn2fbsh.fsf@portan.ibr.cs.tu-bs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O5KTM-0007nI-F9 for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 11:07:16 -0400 Received: from [140.186.70.92] (port=35943 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5KTI-0007mg-9Q for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 11:07:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O5KTG-0008Bc-L9 for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 11:07:11 -0400 Received: from lo.gmane.org ([80.91.229.12]:45207) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O5KTG-00089w-B4 for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 11:07:10 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O5KTD-0006ct-4D for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 17:07:07 +0200 Received: from portan.ibr.cs.tu-bs.de ([134.169.34.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Apr 2010 17:07:07 +0200 Received: from chrismgray by portan.ibr.cs.tu-bs.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Apr 2010 17:07:07 +0200 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, 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.