Re: [NTG-context] Manually scaling math fences

2017-03-06 Thread Otared Kavian
Hi Aditya, I agree totally with you and support your suggestion… Maybe instead of the « delimiter » keyword, one could introduce a keyword such as « size »: \MEAN[size=auto] expands to \left\langle .. \right\langle \MEAN[size=] expands to \langle .. \rangle \MEAN[size=big] expands to

Re: [NTG-context] list items not broken in lines

2017-03-06 Thread Pablo Rodriguez
On 03/06/2017 09:45 PM, Henning Hraban Ramm wrote: > Am 2017-03-06 um 21:23 schrieb Pablo Rodriguez: >> [...] >> I’m afraid I wasn’t clear. This is required for: >> >>\placelist[section][alternative=d]. >> >> I’m afraid it doesn’t work there. > > Did you try \setuplist[textcommand ? Hraban,

Re: [NTG-context] list items not broken in lines

2017-03-06 Thread Henning Hraban Ramm
Am 2017-03-06 um 21:23 schrieb Pablo Rodriguez : > On 03/06/2017 09:01 PM, Henning Hraban Ramm wrote: >> Am 2017-03-06 um 19:04 schrieb Pablo Rodriguez: >>> I would like to avoid line breaks in section items. Which would be the >>> right way of doing it? >>> >>> This would be

Re: [NTG-context] list items not broken in lines

2017-03-06 Thread Pablo Rodriguez
On 03/06/2017 09:01 PM, Henning Hraban Ramm wrote: > Am 2017-03-06 um 19:04 schrieb Pablo Rodriguez: >> I would like to avoid line breaks in section items. Which would be the >> right way of doing it? >> >> This would be similar (I think) to know how to get the "{this is a >> expression}" with no

Re: [NTG-context] Disable structure sectioning messages on console

2017-03-06 Thread Aditya Mahajan
On Mon, 6 Mar 2017, Henri Menke wrote: The structure is printed via logs.reporter("structure","sectioning") You can disable it via \ctxlua{logs.disable("structure")} but I guess this will disable all logging in the "structure" category. Thanks! On Mon, 6 Mar 2017, Hans Hagen wrote:

Re: [NTG-context] list items not broken in lines

2017-03-06 Thread Henning Hraban Ramm
Am 2017-03-06 um 19:04 schrieb Pablo Rodriguez : > I would like to avoid line breaks in section items. Which would be the > right way of doing it? > > This would be similar (I think) to know how to get the "{this is a > expression}" with no line break inside (and not using "~").

[NTG-context] Manually scaling math fences

2017-03-06 Thread Aditya Mahajan
Hi Hans, There are instances where the automatic scaling provided by \left and \right is not ideal and one has to use manual scaling. For example: \starttext \startTEXpage \startformula \left\langle \sum_{i=1}^n A_i x_i \right\rangle \hbox{ vs. } \bigg\langle \sum_{i=1}^n A_i x_i

[NTG-context] list items not broken in lines

2017-03-06 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupinteraction[state=start, color=, style=, contrastcolor=] \enabledirectives[references.border] \startsetups[placelist:section] \startalign[center] \setupinterlinespace[line=2.8ex] \placelist[section]

Re: [NTG-context] Disable structure sectioning messages on console

2017-03-06 Thread Hans Hagen
On 3/6/2017 11:09 AM, Henri Menke wrote: The structure is printed via logs.reporter("structure","sectioning") You can disable it via \ctxlua{logs.disable("structure")} but I guess this will disable all logging in the "structure" category. You could also disable the interface command via

Re: [NTG-context] Disable structure sectioning messages on console

2017-03-06 Thread Henri Menke
The structure is printed via logs.reporter("structure","sectioning") You can disable it via \ctxlua{logs.disable("structure")} but I guess this will disable all logging in the "structure" category. You could also disable the interface command via \let\strc_sectioning_report\relax On