emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Christian Moe <mail@christianmoe.com>
To: Nathaniel Flath <flat0103@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-entities-user
Date: Thu, 20 May 2010 09:53:31 +0200	[thread overview]
Message-ID: <4BF4EA7B.6050408@christianmoe.com> (raw)
In-Reply-To: <AANLkTimZqpdCG78Xow4maUBDjgP38Zw9tOKTSd0ZmH-m@mail.gmail.com>

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: &#8477; (decimal), &#x211d; (hex)
Z: &#8484; (decimal), &#x2124; (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 <RET> C-\ ucs <RET>'

Then typing U followed by the hex code, `U211d', will get you the 
double-struck R.



Christian Moe

  parent reply	other threads:[~2010-05-20  7:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-20  3:38 org-entities-user Nathaniel Flath
2010-05-20  6:40 ` org-entities-user Ulf Stegemann
2010-05-20  7:53 ` Christian Moe [this message]
2010-05-20  8:26   ` org-entities-user Darlan Cavalcante Moreira
2010-05-21 15:37     ` org-entities-user Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BF4EA7B.6050408@christianmoe.com \
    --to=mail@christianmoe.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=flat0103@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).