diff options
Diffstat (limited to 'z46.c')
-rw-r--r-- | z46.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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)); |