From 1ba819c816c56ae32b1ca849d12f3ca20d77d450 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 3 Jan 2022 13:15:36 -0800 Subject: [PATCH] allow less overfill in justified lines --- quad/quadwriter/line.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quad/quadwriter/line.rkt b/quad/quadwriter/line.rkt index 3ce7470e..8f848cbc 100644 --- a/quad/quadwriter/line.rkt +++ b/quad/quadwriter/line.rkt @@ -265,7 +265,7 @@ ;; some lines are a little tight, as opposed to all of them being loose ;; this has to be based on a certain quad, not set globally for the line-wrap operation, ;; because different lines might have different alignment settings. - ["justify" 1.04] + ["justify" 1.025] [_ 1])) (define (line-wrap qs wrap-size [debug #false])