[NTG-context] tabulate and tolerance

2013-09-26 Thread Peter Münster
Hi,

It seems, that tabulate does not use the tolerance setting:

--8---cut here---start-8---
\setbreakpoints[compound]
\setuptolerance[stretch]
\starttext
\starttabulate[|p(1cm)|l|]
\NC bla-blabla-bla \NC XXX \NC \NR
\stoptabulate

\hsize1cm
bla-blabla-bla
\stoptext
--8---cut here---end---8---

For now, my workaround is \NC \setuptolerance[stretch] bla-blabla-bla \NC

Is there anything better?

TIA for any hints,
-- 
   Peter
___
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
___


Re: [NTG-context] tabulate and tolerance

2013-09-26 Thread Wolfgang Schuster

Am 26.09.2013 um 21:33 schrieb Peter Münster pmli...@free.fr:

 Hi,
 
 It seems, that tabulate does not use the tolerance setting:
 
 --8---cut here---start-8---
 \setbreakpoints[compound]
 \setuptolerance[stretch]
 \starttext
 \starttabulate[|p(1cm)|l|]
 \NC bla-blabla-bla \NC XXX \NC \NR
 \stoptabulate
 
 \hsize1cm
 bla-blabla-bla
 \stoptext
 --8---cut here---end---8---
 
 For now, my workaround is \NC \setuptolerance[stretch] bla-blabla-bla \NC
 
 Is there anything better?


You can use the “A” keyword in the table preamble to set values for the 
alignment, e.g. \starttabulate[|p(1cm)A{stretch}|]

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___