ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Setuptolerance vs setupalign
@ 2021-03-02 10:40 denis.maier
  2021-03-02 10:48 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: denis.maier @ 2021-03-02 10:40 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 327 bytes --]

Hi,

I've just noticed that it's possible to do
\setupalign [tolerant,stretch]
and
\setuptolerance [tolerant,stretch]

Are these equivalent?
Will this here have the desired effect?

\setuptolerance[tolerant,stretch]

\setupalign[hz,hanging]

Or will \setupalign overwrite the tolerance settings?

Best,
Denis

[-- Attachment #1.2: Type: text/html, Size: 2860 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Setuptolerance vs setupalign
  2021-03-02 10:40 Setuptolerance vs setupalign denis.maier
@ 2021-03-02 10:48 ` Hans Hagen
  2021-03-02 10:50   ` denis.maier
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2021-03-02 10:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users, denis.maier

On 3/2/2021 11:40 AM, denis.maier@ub.unibe.ch wrote:
> Hi,
> 
> I’ve just noticed that it’s possible to do
> 
> \setupalign [tolerant,stretch]
> 
> and
> 
> \setuptolerance [tolerant,stretch]
> 
> Are these equivalent?
> 
> Will this here have the desired effect?
> 
> \setuptolerance[tolerant,stretch]
> 
> \setupalign[hz,hanging]
> 
> Or will \setupalign overwrite the tolerance settings?
both overwrite ... same underlying code ... at some point it made sense 
to support the tolerance keys in align (which is often an option in 
environments and commands)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Setuptolerance vs setupalign
  2021-03-02 10:48 ` Hans Hagen
@ 2021-03-02 10:50   ` denis.maier
  2021-03-02 17:11     ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: denis.maier @ 2021-03-02 10:50 UTC (permalink / raw)
  To: j.hagen, ntg-context

Ok, so this combination will disable tolerant and stretch again?
\setuptolerance[tolerant,stretch]
\setupalign[hz,hanging]

Or will it be preserved?

Denis

> -----Ursprüngliche Nachricht-----
> Von: Hans Hagen <j.hagen@xs4all.nl>
> Gesendet: Dienstag, 2. März 2021 11:49
> An: mailing list for ConTeXt users <ntg-context@ntg.nl>; Maier, Denis
> Christian (UB) <denis.maier@ub.unibe.ch>
> Betreff: Re: [NTG-context] Setuptolerance vs setupalign
> 
> On 3/2/2021 11:40 AM, denis.maier@ub.unibe.ch wrote:
> > Hi,
> >
> > I've just noticed that it's possible to do
> >
> > \setupalign [tolerant,stretch]
> >
> > and
> >
> > \setuptolerance [tolerant,stretch]
> >
> > Are these equivalent?
> >
> > Will this here have the desired effect?
> >
> > \setuptolerance[tolerant,stretch]
> >
> > \setupalign[hz,hanging]
> >
> > Or will \setupalign overwrite the tolerance settings?
> both overwrite ... same underlying code ... at some point it made sense to
> support the tolerance keys in align (which is often an option in environments
> and commands)
> 
> Hans
> 
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>         tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Setuptolerance vs setupalign
  2021-03-02 10:50   ` denis.maier
@ 2021-03-02 17:11     ` Wolfgang Schuster
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2021-03-02 17:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

denis.maier@ub.unibe.ch schrieb am 02.03.2021 um 11:50:
> Ok, so this combination will disable tolerant and stretch again?
> \setuptolerance[tolerant,stretch]
> \setupalign[hz,hanging]
>
> Or will it be preserved?

The tolerance settings remain.

Wolfgang

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

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

end of thread, other threads:[~2021-03-02 17:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-02 10:40 Setuptolerance vs setupalign denis.maier
2021-03-02 10:48 ` Hans Hagen
2021-03-02 10:50   ` denis.maier
2021-03-02 17:11     ` Wolfgang Schuster

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