Am 18.01.2012 um 08:30 schrieb luigi scarso: > > > On Wed, Jan 18, 2012 at 7:25 AM, Steffen Wolfrum wrote: > > Am 17.01.2012 um 23:41 schrieb Wolfgang Schuster: > > > > You should try to make your code more readable. > > > > \definelistplacement[MyListItemIT][none]#1#2#3% > > {\maxaligned\bgroup > > \rlap{\it#1}% > > \framed[frame=off,align=middle,location=bottom,width=broad,foregroundstyle=\TOCstyleBF]{#2}% > > \llap{\tf#3}% > > \egroup} > > > I did not know "\maxaligned" > > even me --- it's normal, it's hard to be in sync with all the changes of the source. I suspect that it's an internal macro, can even change. \maxaligned is the ConTeXt version of "\hbox to \hsize" or plain TeX’s "\line" command. > Wolfgang often uses internal macro, gaining speed but loosing compatibility. That’s not true, since a while I use only high level commands and sometimes less known or undocumented macros. Wolfgang