I use grid-setting, but have elements, which should not be set on the grid (because it is impossible, because of different interlinespaces, bigger fonts, or whatever).
For these elements I use
\startlinecorrection Elements \stoplinecorrection
After these elements the normal text is continued, set on the grid again. That is all working and fine.

But: The distances between these "\startlinecorrection Elements \stoplinecorrection" blocks and the text (both distances, before and after) are not always the same, they seem to be random. How to correct that without inserting "\vksip+-Xpt" manually before/after the linecorrected blocks?

For testing:

\showgrid

\setuplayout[grid=yes]

\definefont[big][name:Arial at 25 pt]

\def\kurztext{Dies ist ein kurzer Text. Die anderen Standardtexte sind deutlich zu lang.}

\starttext

\kurztext

\startlinecorrection

\big \kurztext Und noch Zusatztext.

\stoplinecorrection

\kurztext

\startlinecorrection

\big \kurztext

\stoplinecorrection

\kurztext

\stoptext


In the above example you can see it, the distances between the grid set and the not grid set text are different.

Thanks for your help once again.
Huseyin
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to