Steffen Wolfrum wrote:
> Hi,
> 
> 
> There is no hangover for italics. Please have a look:

This is a typical TeX gotcha. Don't start a paragraph with a group,
because the \everypar will be executed within the group. The problem
is not the italics but the { .

> 
> 
> \starttext
> \def\hangover{\hangafter=1\hangindent=1em}
> 
> \definestartstop[hangingarea]
>      [before={\bgroup\appendtoks\hangover\to\everypar},
>       after=\egroup]
> 
> \starthangingarea
> \input tufte

Do this:

\leavevmode
{\it italic} text roman test text roman test text  roman test text

> roman test text roman test text roman test text roman test text roman  
> test text roman test text
> \stophangingarea

Best wishes,
Taco
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to