Am 16.11.2009 um 23:49 schrieb luigi scarso:

> \showframe
> \starttext
> \dorecurse{1}{%
> \hsize=\dimexpr \textwidth / 1 *\recurselevel\relax
> \framed[width=broad,align=middle]{\the\hsize}
> \bgroup
> \startitemize
> \advance\hsize -\itemgrouplistwidth\relax%
> \item 
> \framed[width=broad,align=middle]{\the\hsize,\the\localhsize,\the\itemgrouplistwidth}
> % \item 
> \framed[width=\dimexpr\hsize-\itemgrouplistwidth\relax,align=middle]{\the\hsize}
>  \item \framed[width=\hsize,align=middle]{\the\hsize}
> \item \the\hsize \input tufte \the\hsize %
> \stopitemize
> \egroup
> \page
> }
> \stoptext
> 
> that's all x me now.

as you can see in the third item the width of the text (\input tufte)
is too narrow because of the reduced \hsize but this works

\showframe
\starttext
\framed[width=\hsize,align=middle]{\the\hsize}
\startitemize
\setlocalhsize
\item \framed[width=\hsize,align=middle]     {\the\hsize}
\item \framed[width=\localhsize,align=middle]{\the\localhsize}
\stopitemize
\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