From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: org-entities-user Date: Thu, 20 May 2010 09:53:31 +0200 Message-ID: <4BF4EA7B.6050408@christianmoe.com> References: Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=54782 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF0Zw-00028D-2D for emacs-orgmode@gnu.org; Thu, 20 May 2010 03:54:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF0Zu-0006sj-J4 for emacs-orgmode@gnu.org; Thu, 20 May 2010 03:54:03 -0400 Received: from mars.hitrost.net ([91.185.193.39]:35883) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF0Zu-0006nr-Cn for emacs-orgmode@gnu.org; Thu, 20 May 2010 03:54:02 -0400 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: Nathaniel Flath Cc: emacs-orgmode@gnu.org Hi, Nathaniel Flath wrote: > Hello, > I've been setting up org-entities-user with a few custom symbols, and > managed to get a few aliases for items already in org-entities, but i'm > a bit stuck on adding new items - specifically, the mathbb versions of Z > and R (the symbols for the sets of integers and reals). I can't seem to > find the UTF-8, latin-1, or HTML encodings of these entities - and I'm > not sure how to input the utf-8 or latin-1 even if I do. Does anyone > know how to do this? Yes, google... :) The search string `symbol Z "set of integers" utf8' gives you a nice first hit. HTML entities for double-struck capital Z and R are: R: ℝ (decimal), ℝ (hex) Z: ℤ (decimal), ℤ (hex) Latin-1 does not support these characters. Fall back on plain "Z" and "R" or use a description like "[set of integers]". To type in the character in Windows, hold down the Alt key while typing the hex code, e.g. `211d' for R. On the Mac, open the Character Palette and jump to Letterlike Symbols. In Emacs, you can select the Unicode input method with `C-x C-\ ucs ' Then typing U followed by the hex code, `U211d', will get you the double-struck R. Christian Moe