On Tue, Mar 10, 2009 at 1:44 PM, Nikolai Weibull
Hi!
Long time no post. Anyway, I’m writing a document where I’m using abbreviations. In neither --lua nor --xtx do I get a list of abbreviations with \completelistofabbreviations. The bookmark text is \headtext {abbreviations} for both. With --pdf I get a list of abbreviations and the bookmark text is abbreviations. Here's a minimal example:
\setupheadtext[en][abbreviations={Abbreviations Used in This Document}]
\abbreviation{CSS}{Cascading Style Sheets}
\setupinteraction [state=start, menu=on] \placebookmarks[chapter]
\starttext
\startbodymatter \CSS\ stands for \infull{CSS}. \stopbodymatter
\startbackmatter \completelistofabbreviations \stopbackmatter
\stoptext
$> context test.tex seems to work ok here with latest minimals, or I don't understand the problem . -- luigi