aboutsummaryrefslogtreecommitdiffstats
path: root/z46.c
diff options
context:
space:
mode:
Diffstat (limited to 'z46.c')
-rw-r--r--z46.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/z46.c b/z46.c
index c90ef80..7928f87 100644
--- a/z46.c
+++ b/z46.c
@@ -1,7 +1,7 @@
/*@z46.c:Optimal Galleys:FindOptimize()@**************************************/
/* */
-/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.30) */
-/* COPYRIGHT (C) 1991, 2004 Jeffrey H. Kingston */
+/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.31) */
+/* COPYRIGHT (C) 1991, 2005 Jeffrey H. Kingston */
/* */
/* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */
/* School of Information Technologies */
@@ -180,7 +180,10 @@ void SetOptimize(OBJECT hd, STYLE *style)
New(opt_constraints(hd), ACAT);
StyleCopy(save_style(opt_components(hd)), *style);
if( gall_dir(hd) == ROWM )
+ {
hyph_style(save_style(opt_components(hd))) = HYPH_OFF;
+ marginkerning(save_style(opt_components(hd))) = FALSE;
+ }
debug0(DOG, D, "SetOptimize returning:");
ifdebug(DOG, D, DebugOptimize(hd));