
24 Jun
2025
24 Jun
'25
5:47 p.m.
Am 24.06.2025 um 17:00 schrieb John Was:
Hello. Is there a ConTeXt equivalent for plain TeX's \loosness (which allows the program to lengthening a paragraph, or shorten it if the number is negative). At the final stages of a book this is often useful for getting rid of unsightly gaps.
\showgrid \starttext \samplefile{zapf} \page \startalignment[normal,verytolerant,stretch,more] \samplefile{zapf} \stopalignment \page \startalignment[normal,verytolerant,stretch,2*more] \samplefile{zapf} \stopalignment \stoptext Wolfgang