From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: Re: Re: customising org-latex-to-pdf-process for bibtex Date: Wed, 02 Mar 2011 09:13:14 +0100 Message-ID: References: <03F579C0-3D08-4525-82C7-B94060DC2121@tsdye.com> <6C9745A3-7F15-4A2A-B4CD-01672F1A96AB@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=53681 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuhBe-0004jx-7o for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 03:13:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuhBc-0007vj-Ua for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 03:13:33 -0500 Received: from lo.gmane.org ([80.91.229.12]:43571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuhBc-0007vf-P0 for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 03:13:32 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PuhBY-0001Q9-HZ for emacs-orgmode@gnu.org; Wed, 02 Mar 2011 09:13:28 +0100 Received: from london.zeitform.net ([146.140.213.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Mar 2011 09:13:28 +0100 Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Mar 2011 09:13:28 +0100 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 Carsten Dominik wrote: > On 1.3.2011, at 18:26, Thomas S. Dye wrote: > >> Does Org-mode use the wasysym package for its integral symbols? If >> not, potential clashes with the amsmath package could be avoided by >> loading it with the nointegrals option: >> \loadpackage[nointegrals]{wasysym}. This is a fairly standard way to >> load wasysym (which I should have recalled for Suvayu's recent >> problem, thanks Eric for remembering). > > Sounds good to me, but this is a question to Ulf Stegemann who > implemented many special characters in Org and who likely has an > opinion on this. AFAIR, wasysym was introduced because of the smileys it provides. As none of wasysym's integrals symbols is used by org-entities it's okay to load the package with the `nointegrals' option. Ulf