24 Apr
2007
24 Apr
'07
1:43 p.m.
Greetings to everybody! It might be a bug, hence this message. The strut at the begining of an item in the itemgroup breaks the line skip (even if it is set on grid) if there is some accent above the uppercase letter. Contrary to normal text, where everything is OK. Changing \lineskiplimit locally to itemigroup fixes the problem. Jano ConTeXt ver: 2007.01.18 12:57 MKII %%% minimal example \enableregime[utf] \showgrid \showstruts %\setuplayout[grid=yes] %\setupitemgroup[itemize][before={\lineskiplimit=-10pt}] aaa bbb ccc Ú ddd eee \starttext \startitemize[packed] \item aaa \item bbb \item ccc \item Ú ddd \item eee \stopitemize \stoptext