Am 29.08.2014 um 15:55 schrieb Otared Kavian <ota...@gmail.com>:

> Hi,
> 
> It looks fine, but you can as well use \startframedtext, as in:
> 
> \starttext
> \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00]
> \definecolor[H4][c=0.07, m=0.00, y=0.15, k=0.00]
> \starttext
> \startframedtext[
>       width=\textwidth,
>       corner=06,
>       frame=on,
>       framecolor=H1prime,
>       location=middle,
>       background=color,
>       backgroundcolor=H4]
> 
> \startitemize[1] 
> \item planter le piquet 1 à côté de l'arbre 1 ; 
> \item aligner le piquet 1, le piquet 2 et les deux arbres puis fixer les 
> piquets 3 et 4 ;
> \item se placer de manière à être aligné avec l'arbre 2 et le piquet 3 d'une 
> part ;
> 
> et avec l'arbre 1 et le piquet 4 d'autre part.
> \item mesurer sa distance à l'arbre 1 ; 
> \item rechercher, dans le tableau, la distance correspondante entre les deux 
> arbres. 
> \stopitemize
> 
> \stopframedtext
> 
> \stoptext

In this case framedtext is the better choice but it can be done with framed as 
well
but one has to set values for align and disable the strut, e.g.

\framed
  [align=right,strut=no]
  {\startitemize
   …
   \stopitemize}

and when you use MkIV replace \framed with \startframed, i.e.

\startframed[align=right,strut=no]
  \startitemize
  …
  \stopitemize
\stopframed

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