9 Oct
2009
9 Oct
'09
5:14 p.m.
Hi, I've been trying to use \setupquotation, but it seems it doesn't just affect \quotation, but also \quote. In particular, setting style to tfb enlarges the font used by \quote and somehow removes the quotes from around it. Seeing that there is also a \setupquote, and from looking at the code, I think this is not supposed to happen. This happens with MkII as well as MkIV, it seems. The following example shows the problem: \starttext \quote{Foo} \setupquotation[style=tfb] \quote{Bar} \stoptext Gr. Matthijs