all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Pascal J. Bourguignon" <pjb@informatimago.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Insert for each symbol (upside down A) in an emacs text document
Date: Sat, 24 May 2014 09:30:03 +0200	[thread overview]
Message-ID: <87sinzbpms.fsf@kuiper.lan.informatimago.com> (raw)
In-Reply-To: mailman.1954.1400881655.1147.help-gnu-emacs@gnu.org

Angus Comber <anguscomber@gmail.com> writes:

> I am writing up some mathematical documents and would like to use the for
> all (upside down A) and there exists symbol (backwards E).
>
> Firstly, how do I insert these symbols?

Just type ∀ and ∃.

Obviously, for this to work you need to have mapped them to some key on
your keyboard layout.

I have them on greek-braceleft and greek-braceright in ~/.xmodmap

keycode  34 = bracketleft     braceleft     guillemotleft   0x1002200
keycode  35 = bracketright    braceright    guillemotright  0x1002203

The trick here is that X11 doesn't define symbols for those characters
so we need to enter the unicode cdes.



If you don't do that, you can enter them with C-x 8 RET THERE EXISTS RET
and C-x 8 RET FOR ALL RET


> Secondly, can I insert into a text document?  Or does it have to be a
> unicode document?

Yes.


> Thirdly, will the symbols be visible in the document when viewing on -
> screen??

As long as you use unicode in the whole processing chain.

-- 
__Pascal Bourguignon__
http://www.informatimago.com/
"Le mercure monte ?  C'est le moment d'acheter !"


  parent reply	other threads:[~2014-05-24  7:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1954.1400881655.1147.help-gnu-emacs@gnu.org>
     [not found] ` <7zbnuodqy0.fsf@example.com>
     [not found]   ` <7z7g5cdqnp.fsf@example.com>
2014-05-24  1:37     ` Insert for each symbol (upside down A) in an emacs text document Eric Abrahamsen
2014-05-24  2:35       ` Alex Kost
2014-05-24  7:30 ` Pascal J. Bourguignon [this message]
2014-05-23 21:47 Angus Comber
2014-05-23 22:21 ` Patricia J. Hawkins
2014-05-24  3:30 ` Stefan Monnier
     [not found] ` <mailman.1957.1400883686.1147.help-gnu-emacs@gnu.org>
2014-05-24  7:26   ` Rusi
2014-05-24  8:37     ` Alan Schmitt

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

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

  git send-email \
    --in-reply-to=87sinzbpms.fsf@kuiper.lan.informatimago.com \
    --to=pjb@informatimago.com \
    --cc=help-gnu-emacs@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.