Am 29.12.2008 um 18:55 schrieb Brecht Machiels:
Hello,
I used LuaTeX for the document, to use it with pdfTeX you need a few additional settings. - replace \usetypescript[postscript] with \usetypescript[postscript] [ec] - if you use a older ConTeXt version, add \usetypescriptfile[type- gyr] to the style file - add \enableregime[utf] to the sample document
Both solutions worked (once I got 'texexec --lua' working anyway).
In your original style file, you put: \setupbodyfontenvironment [9pt][interlinespace=10pt]
I assume this should set the interline spacing of the Abstract section to 10pt? This doesn't work however. I assume this is because the style option to \definestartstop[abstract] does not change the bodyfont, and thus not the interline spacing.
I have tried using \setupinterlinespace in the \definestartstop[abstract], but to no avail.
\definestartstop [abstract] [style={\switchtobodyfont[9pt]\bf}] Wolfgang