problem with \setupalign[line]
Hi, How could I avoid please, that the lower part of the "g" gets cut: --8<---------------cut here---------------start------------->8--- \definepapersize[test][width=5cm, height=39mm] \setuppapersize[test] \setuplayout[page] \setupalign[line] \setupwhitespace[small] \starttext \dorecurse{10}{ba gla bla\par} \stoptext --8<---------------cut here---------------end--------------->8--- TIA for any help! -- Peter
On 2-8-2012 10:32, Peter Münster wrote:
Hi,
How could I avoid please, that the lower part of the "g" gets cut:
--8<---------------cut here---------------start------------->8--- \definepapersize[test][width=5cm, height=39mm] \setuppapersize[test] \setuplayout[page] \setupalign[line] \setupwhitespace[small] \starttext \dorecurse{10}{ba gla bla\par} \stoptext --8<---------------cut here---------------end--------------->8---
\dorecurse{10}{\begstrut ba gla bla\endstrut\par} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Peter Münster