Giuseppe Bilotta wrote:
Wednesday, November 23, 2005 Hans Hagen wrote:


Charles Doherty wrote:


On 23 Nov 2005, at 08:55, Giuseppe Bilotta wrote:


How do I get a double-spaced document?
\setupinterlinespace[big] seems to do nothing ...

default is 2.8ex (.72/.28 ratio), so gb may try 5.6ex

But why doesn't \setupinterlinespace work? Or am I using the
wrong syntax?

This works:

  \setupinterlinespace[big]
  \starttext
  \dorecurse{10}{\input knuth}
  \stoptext

This doesn't:

  \setupinterlinespace[big]
  \switchtobodyfont[10pt]
  \starttext
  \dorecurse{10}{\input knuth}
  \stoptext

But I don't know whether that's a bug or a feature or a side-effect.

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

Reply via email to