ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Manually scaling math fences
Date: Fri, 24 Mar 2017 00:24:00 -0700 (PDT)	[thread overview]
Message-ID: <alpine.OSX.2.02.1703240011160.38397@nqv-znpobbx> (raw)
In-Reply-To: <f1317e80-adb0-0a8a-932b-07e66108496a@wxs.nl>

On Thu, 23 Mar 2017, Hans Hagen wrote:

> On 3/8/2017 2:45 AM, Aditya Mahajan wrote:
>> On Tue, 7 Mar 2017, Hans Hagen wrote:
>>
>>>>> \MEAN[delimiter=auto] expands to \left\langle .. \right\langle
>>>>> \MEAN[delimiter=]     expands to \langle .. \rangle
>>>>> \MEAN[delimiter=big]  expands to \big\langle  ... \big\rangle
>>>>> \MEAN[delimiter=Big]  expands to \Big\langle  ... \Big\rangle
>>>>> \MEAN[delimiter=bigg] expands to \bigg\langle ... \bigg\rangle
>>>>> \MEAN[delimiter=Bigg] expands to \Bigg\langle ... \Bigg\rangle
>>>>>
>>>>> I am not sure whether `delimiter` is the best key. I think that 
> `scale`
>>> may be better, but using `scale` for specifying the scaling of math
>>> delimiters will be inconsistent with how `scale` is used everywhere
>>> else. Another option is to use `alternative` key.
>>>
>>> it would be something factor=2 or so, not the funny XxXxxxXX kind of
>>> flags
>>
>> Sure. factor=(auto|none|1|2|3|4) is also ok (and would be directly
>> mapped to choosemathbig).
>
> actually we will hook into a new feature of luatex for specifying the 
> size of delimiters (so no vbox hack) .. factors are multipliers of 
> bodyfontsize
>
> \definemathfence [MEAN] [angle] [command=yes, color=blue, factor=2.5]
>
> \starttext
> \startTEXpage \startformula
>     \MEAN[factor=1]{\sum_{i = 1}^n A_i x_i }
>     \hbox{ vs. }
>     \MEAN{ \sum_{i = 1}^n A_i x_i }
>     \hbox{ vs. }
>     \bigg\langle \sum_{i=1}^n A_i x_i \bigg\rangle
> \stopformula \stopTEXpage
> \stoptext

Thanks.

If I understand the code correctly (sorry, haven't tested it yet),

factor=, factor=none, and factor=auto all behave the same (all insert 
\normalleft ... \normalright)

I think that it may be more consistent if factor= and factor=none do not 
scale the delimited at all. To maintain backward compatibility, the 
default value of factor can be set to auto.

Also what values of factor give scaling equal to \big, \Big, \bigg, and 
\Bigg?

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2017-03-24  7:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-06 19:57 Aditya Mahajan
2017-03-07  6:35 ` Otared Kavian
2017-03-07  9:49   ` Hans Hagen
2017-03-08  1:45     ` Aditya Mahajan
2017-03-23 16:10       ` Hans Hagen
2017-03-24  7:24         ` Aditya Mahajan [this message]
2017-03-24  9:09           ` Hans Hagen
2017-03-24  9:56           ` Otared Kavian
2017-03-24  9:59             ` Otared Kavian

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=alpine.OSX.2.02.1703240011160.38397@nqv-znpobbx \
    --to=adityam@umich.edu \
    --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).