Hi Hans, It seems that the new beta has introduced an issue with enumerations: the title does not show up as it did previously (until last Friday for instance). Below is an example. Best regards %%%%%%% bug-enumeartion.tex %%%%%%% \defineframedtext[ProclaimFramed] [width=\textwidth, frame=off, leftframe=on, framecolor=darkred, rulethickness=2pt, offset=0pt, loffset=4pt, roffset=4pt, ] \defineenumeration[proclaim] [text=, before={\startProclaimFramed}, after={\stopProclaimFramed}, style=slanted, title=yes, titleleft=, titleright={.}, alternative=hanging, width=fit, right={~}, way=bysection, prefix=yes, prefixsegments={chapter:section}] %%%%%%% \starttext \startproclaim{Definition} The title of this \type{\startproclaim} does not show up. Is this a bug? \stopproclaim \stoptext %%%%%%% end bug-enumeartion.tex