10 Mar
2009
10 Mar
'09
1:44 p.m.
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