From b2f1a4e879d3013974e41674dbf684d816f1aa95 Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Kingston" Date: Tue, 14 Sep 2010 20:39:13 +0000 Subject: Lout 3.30. git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@29 9365b830-b601-4143-9ba8-b4a8e2c3339c --- z36.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'z36.c') diff --git a/z36.c b/z36.c index 9a2ed4b..7d794c9 100644 --- a/z36.c +++ b/z36.c @@ -1,7 +1,7 @@ /*@z36.c:Hyphenation: Declarations@*******************************************/ /* */ -/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.29) */ -/* COPYRIGHT (C) 1991, 2003 Jeffrey H. Kingston */ +/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.30) */ +/* COPYRIGHT (C) 1991, 2004 Jeffrey H. Kingston */ /* */ /* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */ /* School of Information Technologies */ @@ -1086,6 +1086,7 @@ OBJECT Hyphenate(OBJECT x) word_outline(z) = word_outline(y); word_language(z) = word_language(y); word_baselinemark(z) = word_baselinemark(y); + word_ligatures(z) = word_ligatures(y); word_hyph(z) = word_hyph(y); underline(z) = underline(y); debug1(DHY, DD, "Hyphenate (hyph case) making fragment %s", string(z)); @@ -1203,6 +1204,7 @@ OBJECT Hyphenate(OBJECT x) word_outline(z) = word_outline(y); word_language(z) = word_language(y); word_baselinemark(z) = word_baselinemark(y); + word_ligatures(z) = word_ligatures(y); word_hyph(z) = word_hyph(y); underline(z) = underline(y); debug1(DHY, D, "Hyphenate making fragment %s", string(z)); -- cgit