ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re:  Why is `\P` used for not often used ¶? (was: math: too big space between function and argument)
Date: Wed, 25 May 2011 16:27:02 +0200	[thread overview]
Message-ID: <EBB88E35-1857-4DAE-AF00-4C26B77A13DF@googlemail.com> (raw)
In-Reply-To: <1306331176.10056.67.camel@mattotaupa>


Am 25.05.2011 um 15:46 schrieb Paul Menzel:

>> BTW: You redefine the already existing \P (expands to ¶) command.
> 
> I should read the log to notice such problems. I guess I will use `\Pr`
> then.

This isn’t better because \Pr is also a predefined command for math.
When you want to replace a existing command use \P because you can
just type ¶ when you need the character.

> But seriously does somebody really need a lot of ¶ in there texts? (If
> yes I would be interested when.) If not, why is such a nice command name
> reserved for such a purpose?
> 
> I guess this has been there for a long time, so redefining would break
> too much?

Not really, it’s a command from plain TeX where input was limited to ascii
and local encodings and typing ¶ wasn’t as easy as nowadays.

Here is a list with commands for characters which are inherited from
plain TeX and also a few commands (i list them because they one letter
commands) for accents:

\starttext

\starttabulate[|lh{\type}|l|]
\HC {\AA} \EQ \AA \NC\NR
\HC {\aa} \EQ \aa \NC\NR
\HC {\ae} \EQ \ae \NC\NR
\HC {\AE} \EQ \AE \NC\NR
\HC {\i}  \EQ \i  \NC\NR
\HC {\j}  \EQ \j  \NC\NR
\HC {\l}  \EQ \l  \NC\NR
\HC {\L}  \EQ \L  \NC\NR
\HC {\o}  \EQ \o  \NC\NR
\HC {\O}  \EQ \O  \NC\NR
\HC {\oe} \EQ \oe \NC\NR
\HC {\OE} \EQ \OE \NC\NR
\HC {\P}  \EQ \P  \NC\NR
\HC {\S}  \EQ \S  \NC\NR
\HC {\SS} \EQ \SS \NC\NR % was \ss in plain TeX
\stoptabulate

\starttabulate[|lh{\type}|l|]
\HC {\"{o}} \EQ \"{o} \NC\NR
\HC {\.{o}} \EQ \.{o} \NC\NR
\HC {\^{o}} \EQ \^{o} \NC\NR
\HC {\~{o}} \EQ \~{o} \NC\NR
\HC {\c{o}} \EQ \c{o} \NC\NR
\HC {\d{o}} \EQ \d{o} \NC\NR
\HC {\H{o}} \EQ \H{o} \NC\NR
\HC {\u{o}} \EQ \u{o} \NC\NR
\HC {\v{o}} \EQ \v{o} \NC\NR
\stoptabulate

\type{\Pr} : $\Pr$

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2011-05-25 14:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-24 11:14 math: too big space between function and argument Paul Menzel
2011-05-24 13:25 ` Wolfgang Schuster
2011-05-25 13:46   ` Why is `\P` used for not often used ¶? (was: math: too big space between function and argument) Paul Menzel
2011-05-25 14:27     ` Wolfgang Schuster [this message]
2011-05-24 13:56 ` math: too big space between function and argument Aditya Mahajan
2011-05-25 13:52   ` Paul Menzel
2011-05-25 15:54     ` Aditya Mahajan

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=EBB88E35-1857-4DAE-AF00-4C26B77A13DF@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /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.
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 NNTP newsgroup(s).