Hi, I cannot figure out how to increase the interline space with grid snapping. The following does not work \setuplayout[grid=yes] \setupinterlinespace[auto,big] \setupwhitespace [medium] \setupindenting [medium,yes] \showgrid \starttext \dorecurse{4}{\input knuth \endgraf} \stoptext What am I missing? Aditya
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 Best wishes, Taco
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
Aditya Mahajan wrote:
Hi,
I cannot figure out how to increase the interline space with grid snapping. The following does not work
\setuplayout[grid=yes]
\setupinterlinespace[auto,big] \setupwhitespace [medium] \setupindenting [medium,yes]
\showgrid
\starttext
\dorecurse{4}{\input knuth \endgraf}
\stoptext
What am I missing?
the concept of snapping -) \setuplayout[grid=yes] \setupinterlinespace[line=20pt] \setupwhitespace [halfline] \showgrid \starttext \dorecurse{4}{\input knuth \endgraf} \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
Taco Hoekwater