ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Strange Behaviour of \mathop
@ 2014-07-25 13:55 Tobias Columbus
  2014-07-25 13:59 ` Tobias Columbus
  2014-07-25 15:08 ` Aditya Mahajan
  0 siblings, 2 replies; 4+ messages in thread
From: Tobias Columbus @ 2014-07-25 13:55 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

Dear list,

I stumpled upon a very strange effect that \mathop has on the vertical
positioning of characters.

\mathop applied to a single character results in the character's baseline being
lower than the baseline of all other characters. This does neither depend on the
font (checked with Lucida OT, Pagella and LatinModern) nor on the specific
character.

A minimal example for LatinModern and Pagella is attached.

With kind regards,
Tobias

[-- Attachment #2: mwe.tex --]
[-- Type: application/x-tex, Size: 241 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Strange Behaviour of \mathop
  2014-07-25 13:55 Strange Behaviour of \mathop Tobias Columbus
@ 2014-07-25 13:59 ` Tobias Columbus
  2014-07-25 15:08 ` Aditya Mahajan
  1 sibling, 0 replies; 4+ messages in thread
From: Tobias Columbus @ 2014-07-25 13:59 UTC (permalink / raw)
  To: ntg-context

Dear list,

I am sorry... I forgot to mention my ConTeXt version. I was using
ConTeXt standalone version
2014.07.18 14:12

Sorry,
Tobias


On Fri, Jul 25, 2014 at 03:55:34PM +0200, Tobias Columbus wrote:
> Dear list,
> 
> I stumpled upon a very strange effect that \mathop has on the vertical
> positioning of characters.
> 
> \mathop applied to a single character results in the character's baseline being
> lower than the baseline of all other characters. This does neither depend on the
> font (checked with Lucida OT, Pagella and LatinModern) nor on the specific
> character.
> 
> A minimal example for LatinModern and Pagella is attached.
> 
> With kind regards,
> Tobias


___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Strange Behaviour of \mathop
  2014-07-25 13:55 Strange Behaviour of \mathop Tobias Columbus
  2014-07-25 13:59 ` Tobias Columbus
@ 2014-07-25 15:08 ` Aditya Mahajan
  2014-07-28  7:37   ` Tobias Columbus
  1 sibling, 1 reply; 4+ messages in thread
From: Aditya Mahajan @ 2014-07-25 15:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, 25 Jul 2014, Tobias Columbus wrote:

> Dear list,
>
> I stumpled upon a very strange effect that \mathop has on the vertical
> positioning of characters.
>
> \mathop applied to a single character results in the character's baseline being
> lower than the baseline of all other characters. This does neither depend on the
> font (checked with Lucida OT, Pagella and LatinModern) nor on the specific
> character.
>
> A minimal example for LatinModern and Pagella is attached.

This is a feature of \mathop: for one letter arguments, \mathop centers 
the symbol on the math-axis. If you don't want this, use:

   \mathop{P\kern\zeropoint}

etc.

Aditya
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Strange Behaviour of \mathop
  2014-07-25 15:08 ` Aditya Mahajan
@ 2014-07-28  7:37   ` Tobias Columbus
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Columbus @ 2014-07-28  7:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Jul 25, 2014 at 11:08:17AM -0400, Aditya Mahajan wrote:
> On Fri, 25 Jul 2014, Tobias Columbus wrote:
> 
> >Dear list,
> >
> >I stumpled upon a very strange effect that \mathop has on the vertical
> >positioning of characters.
> >
> >\mathop applied to a single character results in the character's baseline being
> >lower than the baseline of all other characters. This does neither depend on the
> >font (checked with Lucida OT, Pagella and LatinModern) nor on the specific
> >character.
> >
> >A minimal example for LatinModern and Pagella is attached.
> 
> This is a feature of \mathop: for one letter arguments, \mathop centers the
> symbol on the math-axis. If you don't want this, use:
> 
>   \mathop{P\kern\zeropoint}
> 
> etc.
> 
> Aditya

Thank you.

Tobias
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-28  7:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-25 13:55 Strange Behaviour of \mathop Tobias Columbus
2014-07-25 13:59 ` Tobias Columbus
2014-07-25 15:08 ` Aditya Mahajan
2014-07-28  7:37   ` Tobias Columbus

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).