Hi, I wonder what I might be doing wrong for \placelistofabbreviations not to work in a project. Everything else about \definesysnonyms and indeed the project is working, but I seem unable to place the list correctly in the component that is intended to list all abbreviations.

The main environment file for the project contains the definitions. e.g. \definesynonyms[abbreviation][abbreviations][\infull] \setupsynonyms[abbreviation][synonymstyle=\em] \abbreviation[adjp] {adjp.} {adjectival phrase}

All dictionary components (A-Z) call on the main environment file where the above is defined and give me the correct result if I write \adjp\ or \infull{adjp} in any one of them.

My MWE below for the (as yet not working) abbreviations component that contains the placelist command:

\startcomponent 04_abbreviations

\project project_Dictionary

\startchapter[title={Abbreviations}]

\placelistofabbreviations[criterium=all]

\stopchapter

\stopcomponent

According to me that should work, but all I get is the chapter title. I also tried adding a state=start in case that was needed, but it did nothing.

Julian
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to