{grid-typesetting} is about structuring the text in a rhytmic flow, mainly using vertical skips that are multiples of the baseline skip.
4
votes
0answers
88 views
\placeongrid and \moveongrid not working in ConTeXt
I am trying to use the grid features in ConTeXt, but some of the commands are somehow not recognized by the compiler.
Whenever I try to use the commands
\placeongrid or \moveongrid, the compiler ...
2
votes
0answers
56 views
No gridding for a single paragraph (ConTeXt)?
Is there a possibility to deactive grid=yes in the text for a single paragraph only? It should be something like \nogrid{ paragraph.... }. There is \placeongrid{} - but this does not allow ...
2
votes
0answers
91 views
ConTeXt: How to adjust the space before and after a section with respect to gridset
I use
grid=yes
in my setuplayout. With \showgrid I can see, that the space before and after a section is the same as before and after a subsection (3 lines before, and 2 lines after). But it would ...