21 Jun
2008
21 Jun
'08
7:12 a.m.
On Sat, 21 Jun 2008, Taco Hoekwater wrote:
Aditya Mahajan wrote:
Hi,
I cannot figure out how to increase the interline space with grid snapping. The following does not work
You will probably have to adjust the default interlinespace because that is what is used by the grid snapping routines:
\setuplayout[grid=yes]
\setupbodyfontenvironment[12pt][interlinespace=20pt] \setupbodyfont[12pt] % re-activate
\showgrid
\starttext
\dorecurse{4}{\input knuth \endgraf}
\stoptext
Ah, thanks. Aditya