From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Add \EUR to `org-html-entities' Date: Thu, 17 Dec 2009 00:17:16 +0100 Message-ID: <4B29781A-D02A-45CE-BF6F-998FCCF56A05@gmail.com> References: <72EE83CC-7BA4-4AE2-84C3-2AF566C9CE37@gmail.com> 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 1NL3DX-00081R-Kp for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 18:23:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NL3DS-0007pv-Er for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 18:23:39 -0500 Received: from [199.232.76.173] (port=36195 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NL3DR-0007oq-SS for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 18:23:33 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:59321) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NL3DR-0004qY-Im for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 18:23:33 -0500 Received: by ewy24 with SMTP id 24so1676551ewy.26 for ; Wed, 16 Dec 2009 15:23:32 -0800 (PST) In-Reply-To: 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: Ulf Stegemann Cc: emacs-orgmode Mode Hi Ulf, I have added your symbols. Nick, are you still thinking about documenting package dependencies for LaTeX export? This would be one. - Carsten On Dec 3, 2009, at 4:42 PM, Ulf Stegemann wrote: > Hi Carsten, > > Carsten Dominik wrote: > >> On Dec 2, 2009, at 8:38 AM, Ulf Stegemann wrote: >> >>> is there anything that speaks against adding >>> >>> --8<--------------------------snip-------------------------->8--- >>> >>> ("EUR" . "€") >>> >>> --8<--------------------------snap-------------------------->8--- >>> >>> to `org-html-entities'? \EUR{} is provided by the Marvosym package >>> and >>> € a valid (X)HTML representation of the euro sign. Maybe ever >>> better would be to add >> >> I would like to minimize external dependencies. > > well, that's something that speaks against it :) > >> Which distributions carry this package? > > Marvosym comes with my TeX Live LaTeX distro and used to come with > teTeX > AFAIR. I had the impression the package was rather widely used but I > maybe wrong. > >>> ("EURdig" . "€") >>> ("EURhv" . "€") >>> ("EURcr" . "€") >>> ("EURtm" . "€") >> >> I do not understand the purpose of these extra symbols, and why >> they are all equal in HTML???? > > While \EUR becomes the `official' euro symbol, \EURdig is a variant of > that with the same width as digits, \EURhv is a euro symbol that > fits to > Helvetica, \EURcr dto. to Courier and \EURtm dto. to Times. This > makes a > difference in LaTeX but is all the same in HTML: €. > > Anyway, adding those symbols is not strictly necessary since everybody > can use the eurosym package (where \euro{} command comes from). I like > the Marvosym package better but I can also stick to what I currently > do: > > #+LATEX_HEADER: \newcommand{\euro}{\EUR} > > Ulf > > > > _______________________________________________ > 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