Hi Hans, so you're back from Bachotek and ready to attack the bugs? The beta you uploaded today is still badly broken. Most of this has been reported before; I just collect it here for your convenience :-) 1. The most urgent bug: The beta still fails to generate the files luatex-cache/context/XXX/names.tma and names.tmc. Which means only Latin Modern works, all other fonts fail. I get this both on OS X and linux; I have to use an older version to produce these files and copy them over. Once that is done, fonts work normally. 2. The new structure code doesn't expand xmlflushes in sections. Here's an example: \startbuffer[xmltest] <section> <title>First section</title> <content>Hello world</content> </section> \stopbuffer \startxmlsetups xml:mysetups \xmlsetsetup{\xmldocument}{section|content|title}{xml:*} \stopxmlsetups \xmlregistersetup{xml:mysetups} \startxmlsetups xml:section \xmlflush{#1} \stopxmlsetups \startxmlsetups xml:content \xmlflush{#1} \par \stopxmlsetups \startxmlsetups xml:title \section{\xmlflush{#1}} \stopxmlsetups \starttext \xmlprocessbuffer{main}{xmltest}{} \stoptext 3. Section numbers in markings are duplicated. Example: \setuphead [section] [page=yes, style=normal] \setupuserpagenumber[state=start,way=bysection] \setupfootertexts[{\getmarking[sectionnumber]} – \userpagenumber] \starttext \section{One} \input tufte \page \input linden \section{Two} \input bryson \page \input davis \stoptext 4. The latest beta still does not work with the bib module (and yes, I am using the latest version t-bib-2009.04.27.zip). Here is a minimal file: \usemodule[bib] \startpublication[k=kasselpoeticedition,t=book, a={{Aristoteles}},y=1965, n=1046,s=Ari65] \author[]{}[]{}{Aristoteles} \pubyear{1965} \title{De arte poetica liber} \city{Oxford} \pubname{Oxford UP} \stoppublication \starttext Hello world! \nocite[kasselpoeticedition] \placepublications[criterium=cite] \stoptext On my big bibliography files, I get errors such as this: LuaTeX warning (ext4): destination with the same identifier (name{6:fsstraub}) has been already used, duplicate ignored <to be read again> \egroup \thisisdestination ... \dostartthisislocation {#1} \dostopthisislocation \fi ... l.2 \thisisdestination{6:fsstraub} \dosetreference ...ls ",\nextinternalreference ) } \fi \fi <argument> ...ibrefprefix fsstraub]{\bibcounter }} \strut \dotypesetapublicat... \listtextcommand #1->\begstrut #1 \endstrut ... l.184 ...lications[criterium=cite,option=continue] but I have no idea if these problems are related. I have to deliver a paper tomorrow and am glad I kept an older version... All best Thomas