bad interaction between listofabbreviations and interlinespace
Consider the example below. It results in a list of synonyms that are vertically misaligned with their meanings. What can I do? Regards, Johan This is Debian, pdftex compiled from source, but otherwise standard texlive from testing. Last lines of texexec --check: TeXExec | runtime: 0.397205 TeXExec | end of analysis TeXExec | TeXExec | TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD TeXExec | TeXUtil | version 9.1.0 - 1997-2005 - PRAGMA ADE/POD TeXExec | CtxTools | version 1.3.3 - 2004/2006 - PRAGMA ADE/POD TeXExec | TeXExec | testing interface en TeXExec | pdfTeX Version 3.141592-1.40.1 (Web2C 7.5.6) TeXExec | ConTeXt ver: 2007.01.23 13:32 MKII fmt: 2007.1.30 int: english/english TeXExec | TeXExec | testing interface en TeXExec | pdfTeX Version 3.141592-1.40.1 (Web2C 7.5.6) TeXExec | ConTeXt ver: 2007.01.23 13:32 MKII fmt: 2007.1.30 int: english/english % 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 -- Johan Sandblom N8, MRC, Karolinska sjh t +46851776108 17176 Stockholm m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" - Bertrand Russell
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 This is Debian, pdftex compiled from source, but otherwise standard texlive from testing. Last lines of texexec --check: TeXExec | runtime: 0.397205 TeXExec | end of analysis TeXExec | TeXExec | TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD TeXExec | TeXUtil | version 9.1.0 - 1997-2005 - PRAGMA ADE/POD TeXExec | CtxTools | version 1.3.3 - 2004/2006 - PRAGMA ADE/POD TeXExec | TeXExec | testing interface en TeXExec | pdfTeX Version 3.141592-1.40.2 (Web2C 7.5.6) TeXExec | ConTeXt ver: 2007.01.23 13:32 MKII fmt: 2007.2.3 int: english/english TeXExec | TeXExec | testing interface en TeXExec | pdfTeX Version 3.141592-1.40.2 (Web2C 7.5.6) TeXExec | ConTeXt ver: 2007.01.23 13:32 MKII fmt: 2007.2.3 int: english/english -- Johan Sandblom N8, MRC, Karolinska sjh t +46851776108 17176 Stockholm m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" - Bertrand Russell -- Johan Sandblom N8, MRC, Karolinska sjh t +46851776108 17176 Stockholm m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" - Bertrand Russell
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
Thank you. It does not appear to break anything in my document, so I am happy.
Johan
2007/2/8, Taco Hoekwater
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
-- Johan Sandblom N8, MRC, Karolinska sjh t +46851776108 17176 Stockholm m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" - Bertrand Russell
participants (3)
-
Johan Sandblom
-
Johan Sandblom
-
Taco Hoekwater