Johan Sandblom wrote:
> Sorry to be a pest, but does anyone have an idea on this?
> 
> Johan
> 
> Consider the example below. It results in a list of synonyms that are
> vertically misaligned with their meanings. What can I do?

> Regards, Johan
> 
> % Example file
> \definesynonyms[abbreviation][abbreviations][\infull]
> \setupsynonyms[abbreviations][criterium=all]
> \setupinterlinespace[auto, big]
> 
> \starttext
> 
> \completelistofabbreviations
> 
> \abbreviation{EEG} {Electroencephalogram}
> \abbreviation{ERP} {Event-Related Potentials}
> 
> \EEG, \ERP
> 
> \stoptext

I've narrowed the problem down to one of the internal macros. With this:

   \unprotect
   \bgroup
   \def\@@makedescriptionpurebox #1{}
   \completelistofabbreviations
   \egroup
   \protect

the abbreviation list looks ok to me.

However, that is a quick hack that fixes the abbreviations only, at the
expense of breaking (lots) other stuff. I'll convert this message to
a bug tracker item.

Best, Taco

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to