From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: How to get \\ in title or author? Date: Thu, 10 Sep 2009 20:02:05 +0200 Message-ID: <4AF58FC8-F58B-4BA7-BCCD-2F5F582D5F69@gmail.com> References: <87ocpmc3mk.fsf@mundaneum.com> <87tyze4c7b.fsf@bzg.ath.cx> <87eiqhc1tt.fsf@mundaneum.com> <877hwadsb0.fsf@bzg.ath.cx> <87my55rw1b.fsf@mundaneum.com> <878wgou706.fsf@bzg.ath.cx> <23362.1252472459@gamaville.dokosmarshall.org> <873a6wmoux.fsf@mundaneum.com> <87tyzco188.fsf@bzg.ath.cx> <87hbva98jo.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlnyI-0003h4-87 for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 14:02:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlnyD-0003bF-G1 for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 14:02:13 -0400 Received: from [199.232.76.173] (port=58317 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlnyD-0003ap-6e for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 14:02:09 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:36372) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlnyC-0005nr-Kk for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 14:02:08 -0400 Received: by ewy7 with SMTP id 7so349260ewy.31 for ; Thu, 10 Sep 2009 11:02:08 -0700 (PDT) In-Reply-To: <87hbva98jo.fsf@mundaneum.com> 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: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org On Sep 10, 2009, at 4:30 PM, S=E9bastien Vauban wrote: > Hi Bastien, > > Bastien wrote: >> S=E9bastien Vauban writes: >> >>> For sure, it'd be better if `\\' wasn't converted at all when =20 >>> exporting to >>> LaTeX (for the ones in the TITLE and AUTHOR meta-tags, at least). >> >> But how do you insert a backlash in the resulting div/ps/pdf then? My >> expectation was that converting \\ into \textbackslash was more =20 >> common than >> inserting linebreaks in title (of which I didn't think in fact...) > > As Tim told: > > "So, from the perspective of standard LaTeX classes, any instance =20= > of \\ in > the \author{} command should not be converted during export." > > I wanted to express that there are certainly more cases where you =20 > want the > backslashes in the AUTHOR and TITLE meta-tags to be passed as is, than > converted to their LaTeX equivalent. > > But, your question makes sense: what if one really wants a backslash =20= > in the > author list or in the title... > > Problem stays for the authors as it seems that \newline is not good =20= > for the > standard article class... Hi, A workaround is this: #+LaTeX_HEADER: \def\dblbackslash{\\} \author{Einstein \dblbackslash{} Bose} - Carsten