Am 11.05.2026 um 09:02 schrieb André Ponzo:
Hello,

I found what looks like a bug in ConTeXt: when using columns, a 
\blank[medium,fixed] near the end of the column/page can cause the following 
text to overlap with existing text.

Context Version :
ConTeXt Process Management 1.06
current version: 2026.02.19 11:49

In the minimal reproducible example below, the word "Signature" is printed on 
top of the preceding column instead of being placed after the blank space :

\usemodule[m-visual]
\mainlanguage[fr]
\setupcolumns[n=3]
\starttext
\startcolumns
\setrandomseed 42

You have to pass the number as argument, i.e. \setrandomseed{42}, otherwise only the 4 is taken as value for the random seed and the 2 appears as output in the PDF.

\dorecurse{22}{\fakewords{19}{19}\par}
en plus étriqué. Cela rend la croissance démographique insupportable, alors 
qu'elle pourrait ne pas l'être, ou l'être beaucoup moins.
\blank[medium,fixed]
Signature                       % bug
\stopcolumns
\stoptext

I can't reproduce the problem with the newest coontext version. Can you make an update of your installation and check again.

Wolfgang

_______________________________________________
dev-context mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to