From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: org-entities-user Date: Fri, 21 May 2010 16:37:15 +0100 Message-ID: <87wruxmfkk.wl%ucecesf@ucl.ac.uk> References: <4BF4EA7B.6050408@christianmoe.com> <4bf4f220.0f67f10a.0f31.2a94@mx.google.com> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Fri_May_21_16:37:15_2010-1" Return-path: Received: from [140.186.70.92] (port=57051 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFUI4-00060K-An for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:37:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFUI1-0004SO-W4 for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:37:36 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:41582) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFUI1-0004RJ-7B for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:37:33 -0400 In-Reply-To: <4bf4f220.0f67f10a.0f31.2a94@mx.google.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: Darlan Cavalcante Moreira Cc: emacs-orgmode@gnu.org, mail@christianmoe.com --Multipart_Fri_May_21_16:37:15_2010-1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, 20 May 2010 10:26:08 +0200, Darlan Cavalcante Moreira wrote: >=20 > At Thu, 20 May 2010 09:53:31 +0200, > Christian Moe wrote: > >=20 > > Hi, > >=20 > >=20 > > Nathaniel Flath wrote: > > > Hello, > > > I've been setting up org-entities-user with a few custom symbols, and= =20 > > > managed to get a few aliases for items already in org-entities, but i= 'm=20 > > > a bit stuck on adding new items - specifically, the mathbb versions o= f Z=20 > > > and R (the symbols for the sets of integers and reals). I can't seem= to=20 > > > find the UTF-8, latin-1, or HTML encodings of these entities - and I'= m=20 > > > not sure how to input the utf-8 or latin-1 even if I do. Does anyone= =20 > > > know how to do this? > >=20 > > Yes, google... :) > > The search string `symbol Z "set of integers" utf8' gives you a nice=20 > > first hit. > >=20 > > HTML entities for double-struck capital Z and R are: > >=20 > > R: ℝ (decimal), ℝ (hex) > > Z: ℤ (decimal), ℤ (hex) > >=20 > > Latin-1 does not support these characters. Fall back on plain "Z" and=20 > > "R" or use a description like "[set of integers]". > >=20 > > To type in the character in Windows, hold down the Alt key while typing= =20 > > the hex code, e.g. `211d' for R. On the Mac, open the Character Palette= =20 > > and jump to Letterlike Symbols. > >=20 > > In Emacs, you can select the Unicode input method with > >=20 > > `C-x C-\ ucs ' > >=20 > > Then typing U followed by the hex code, `U211d', will get you the=20 > > double-struck R. >=20 >=20 > You can also type > ,---- > ! C-x 8 RET > `---- > and then the hex code, instead of changing the input method in Emacs. . > For instance, > ,---- > ! C-x 8 RET 221d > `---- >=20 > Darlan For those of you that are latex users and who cannot remember all these special codes, one of the best input methods in Emacs is the "tex" mode which allows you to simply type in \alpha to get =CE=B1 or, given the original question, \Bbb{R} or \Bbb{Z} to get =E2=84=9D or =E2=84= =A4. If you "M-x describe-input-method RET tex RET", you'll get all the special key sequences it knows (the same obviously applies to the ucs input method, of course). HTH, eric --Multipart_Fri_May_21_16:37:15_2010-1 Content-Type: text/plain; charset=US-ASCII -- MC . -.. --- - ..-. .-. .- --. .- .- - ..- -.-. .-.. .- -.-. ..- -.- NL Professor Eric S Fraga, UCL, http://www.homepages.ucl.ac.uk/~ucecesf/ PG Fingerprint: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D BF >++++++++++[>++++++++++>+++++++++++[<]>-]>++.>++++.<-----.++++++.------. --Multipart_Fri_May_21_16:37:15_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --Multipart_Fri_May_21_16:37:15_2010-1--