From 02e8deae0270360fba76db36a500b3d3f273fa76 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 20 Jul 2014 13:56:51 +0200 Subject: [PATCH] Issue 4019: binding-offset not properly scaled along with paper size This will unfortunately affect all previous uses of binding-offset which likely were employed using trial-and-error. --- scm/paper.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scm/paper.scm b/scm/paper.scm index 8f6839ab35..d0adef3033 100644 --- a/scm/paper.scm +++ b/scm/paper.scm @@ -20,7 +20,8 @@ (define-public (set-paper-dimension-variables mod) (module-define! mod 'dimension-variables - '(blot-diameter + '(binding-offset + blot-diameter bottom-margin cm footnote-footer-padding -- 2.39.2