From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/68709 Path: news.gmane.org!not-for-mail From: Paul Menzel Newsgroups: gmane.comp.tex.context Subject: =?iso-8859-1?q?Why_is_=60=5CP=60_used_for_not_often?= =?iso-8859-1?q?_used_=B6=3F_=28was=3A_math=3A_too_big_space_between_funct?= =?iso-8859-1?q?ion_and_argument=29?= Date: Wed, 25 May 2011 15:46:16 +0200 Message-ID: <1306331176.10056.67.camel@mattotaupa> References: <1306235645.4255.17.camel@mattotaupa> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1946530538==" X-Trace: dough.gmane.org 1306331202 5883 80.91.229.12 (25 May 2011 13:46:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 May 2011 13:46:42 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed May 25 15:46:38 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QPEQ2-0000O6-6P for gctc-ntg-context-518@m.gmane.org; Wed, 25 May 2011 15:46:38 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1CE81CAD29; Wed, 25 May 2011 15:46:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ZtlNCaS2QM0x; Wed, 25 May 2011 15:46:34 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B1257CAD1F; Wed, 25 May 2011 15:46:31 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 26EE2CAD1F for ; Wed, 25 May 2011 15:46:31 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0IvULGLkGS1F for ; Wed, 25 May 2011 15:46:20 +0200 (CEST) Original-Received: from filter3-ams.mf.surf.net (filter3-ams.mf.surf.net [192.87.102.71]) by balder.ntg.nl (Postfix) with ESMTP id 1927DCAD1B for ; Wed, 25 May 2011 15:46:20 +0200 (CEST) Original-Received: from mail.gw90.de (mail.gw90.de [188.40.100.199]) by filter3-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p4PDkIRj011395 for ; Wed, 25 May 2011 15:46:19 +0200 Original-Received: from f053034074.adsl.alicedsl.de ([78.53.34.74] helo=[192.168.178.21]) by mail.gw90.de with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1QPEQ0-0005N0-Vr for ntg-context@ntg.nl; Wed, 25 May 2011 13:46:37 +0000 In-Reply-To: X-Mailer: Evolution 2.32.3 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=188.40.100.199; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0cELNKj8a - c6cdb8846ad1 - 20110525 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.71 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:68709 Archived-At: --===============1946530538== Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-xv4PPa16I/wtQE9i9YrV" --=-xv4PPa16I/wtQE9i9YrV Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Di, 2011-05-24 at 15:25 +0200, Wolfgang Schuster wrote: > Am 24.05.2011 um 13:14 schrieb Paul Menzel: > > to markup the probability measure and the parenthesis around the > > argument, I defined the following command. > >=20 > > \define[1]\P{{\mathbf P}\left( #1 \right)} > >=20 > > Unfortunately the space between the P and the left ( is a little big in > > my opinion. Is that correct or should/can I fix that somehow? >=20 > You can insert negative kerning with =E2=80=9C\!=E2=80=9D. >=20 > \define[1]\P{{\mathbf P}\!\left(#1\right)} Thank you for the quick reply. > BTW: You redefine the already existing \P (expands to =C2=B6) command. I should read the log to notice such problems. I guess I will use `\Pr` then. But seriously does somebody really need a lot of =C2=B6 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? Thanks, Paul --=-xv4PPa16I/wtQE9i9YrV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAk3dCCgACgkQPX1aK2wOHVj/9ACfQNI7QHa0iUTY4DALx7jMsCJu o6cAn0yU2gdeYHlhlSZjyC/lGi6l/bre =jZR7 -----END PGP SIGNATURE----- --=-xv4PPa16I/wtQE9i9YrV-- --===============1946530538== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============1946530538==--