Tagged Questions
1
vote
0answers
37 views
Disable grid typesetting in ConTeXt [closed]
Is there any way to disable grid typesetting in ConTeXt. \setuplayout[grid=yes] gives the default behaviour of grid snapping, but so does \setuplayout[grid=no]. is there any way to turn off grid ...
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 ...
1
vote
1answer
154 views
Gridsetting: Space between section and subsection (ConTeXt)
Here is my Minexample
\mainlanguage [de]
\definepapersize[MyBook][A5]
\setuppapersize[MyBook][A5]
\usetypescript[times]
\setupbodyfont[times,10pt]
\setupbodyfontenvironment [default][em=italic] ...
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 ...
5
votes
1answer
104 views
Line spacing in Arabic in ConTeXt - how to deactivate gridsetting in an environment
I realize Arabic in ConTeXt with the following environment (to be able to switch between German and Arabic).
\startenvironment arab-besser-sty
\definefont[Sheh][name:Scheherazade*arabic at 15pt] % or ...
2
votes
0answers
90 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 ...
7
votes
1answer
232 views
Context: Placing float (figure) and text-top at same height
I would like my figures to be flush with the text line beside them if they are positioned left or right and top. Currenty the top edge of the figures are roughly flush with the 2nd line. This seems to ...
2
votes
0answers
99 views
How to snap the page dimensions to the grid in ConTeXt? [closed]
In ConTeXt, I am using the setting grid=yes to make all of the text in a document use grid typesetting. ConTeXt seems to automatically adjust the height of this grid based on the size of the font ...
6
votes
1answer
241 views
Align multi-line section head on the grid
What I want to achieve
Align the first line of a multi-line section head on the grid and consecutive
lines according to the baseline distance given in the font definition. The
baseline distance of ...