diff options
Diffstat (limited to 'toolbox.sty')
-rw-r--r-- | toolbox.sty | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolbox.sty b/toolbox.sty index 66f78c2..456dd28 100644 --- a/toolbox.sty +++ b/toolbox.sty @@ -12,10 +12,9 @@ } -%% add infinitely extendable glue before large blocks (e.g. figures) +%% penalty before large blocks \def\preblock{ - \vfil - \hbox{} + \penalty-500 } %% listparpenalty prevents page breaks before lists |