Am 17.11.2009 um 09:12 schrieb luigi scarso:

> What I mean is that  I already  found that  \startitemize and \framed with
> width=broad was not ok, because broad is related to \hsize  but  it's
> ok in other situations.

You can't use \hsize because it the width of the complete text area which
TeX use to determine line breaks and this includes in itemize the space
for the symbol and the left margin. To give the user a length he could
use on such a situation ConTeXt introduced \localhsize which compensates
\leftskip/\rightskip settings.

\starttext

\framed[width=broad]{}

\startnarrower[left]

\framed[width=broad]{}

\dontleavehmode\framed[width=broad]{}

\dontleavehmode\framed[width=local]{}

\stopnarrower

\blank

\hsize.5\hsize

\framed[width=broad]{}

\startnarrower[left]

\framed[width=broad]{}

\dontleavehmode\framed[width=broad]{}

\dontleavehmode\framed[width=local]{}

\stopnarrower

\stoptext

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
___________________________________________________________________________________

Reply via email to