ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Sanjoy Mahajan <sanjoy@MIT.EDU>
To: Otared Kavian <otared@gmail.com>,
	mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: \triangledown placed too low in Palatino
Date: Sat, 12 Apr 2014 22:44:59 -0400	[thread overview]
Message-ID: <874n1yne1g.fsf@approx.mit.edu> (raw)
In-Reply-To: <5FAC845B-8A8C-4FD6-95C0-07745BCB5634@gmail.com>

Otared Kavian <otared@gmail.com> writes:

> The \triangle operator is used for instance in the « symmetric
> difference » of two subsets

Ah, good to learn something about pure mathematics.  In my mathematics
degree, my tutor said, "You are very good at the applied material,"
which was not meant as a compliment.

So \triangle should be a \mathop rather than a \mathord?  Right now, as
Aditya pointed out, it's a \mathord ("ordinary"), in contrast to
\bigtriangleup, which is the same character but typeset as a binary
operator ("binary"). From char-def.lua :

 [0x25B3]={
  adobename="whiteuppointingtriangle",
  category="so",
  cjkwd="a",
  description="WHITE UP-POINTING TRIANGLE",
  direction="on",
  linebreak="ai",
  mathspec={
   {
    class="ordinary",
    name="triangle",
   },
   {
    class="binary",
    name="bigtriangleup",
   },
  },
  unicodeslot=0x25B3,
 },

-Sanjoy
___________________________________________________________________________________
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:[~2014-04-13  2:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-10 21:49 Sanjoy Mahajan
2014-04-10 22:28 ` Jannik Voges
2014-04-11  0:28   ` Sanjoy Mahajan
2014-04-11  3:48     ` Aditya Mahajan
2014-04-11  4:06       ` Sanjoy Mahajan
2014-04-11  4:10         ` Aditya Mahajan
2014-04-11  4:12           ` Aditya Mahajan
2014-04-11  5:24         ` Mikael P. Sundqvist
2014-04-11 13:13       ` Otared Kavian
2014-04-13  2:44         ` Sanjoy Mahajan [this message]
2014-04-13 16:47           ` Hans Hagen
2014-04-14  9:30             ` Sanjoy Mahajan
2014-04-15  6:49               ` Hans Hagen
2014-04-15 12:12                 ` Sanjoy Mahajan
2014-04-16  3:54                   ` remove full stop after a title ending with punctuation Peng Zhang

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=874n1yne1g.fsf@approx.mit.edu \
    --to=sanjoy@mit.edu \
    --cc=ntg-context@ntg.nl \
    --cc=otared@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.
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).