lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lout bug with @NoCite


From: jmknoble
Subject: lout bug with @NoCite
Date: Wed, 11 Dec 1996 02:42:41 -0500 (EST)

i have discovered a bug in lout-3.08; from reading the patches, it
appears to exist also in versions 3.09 and 3.10.  the bug causes
references included in a document using @NoCite to be stripped of all
commas.  a patch to fix the bug is included below; it is intended to be
applied from the root directory of the lout source distribution (e.g.:
cd .../lout.3.08; patch <.../this-patch).

peace.

--jim

##############  jim knoble  ######  address@hidden  ################

--- include/dl  1996/12/11 03:36:09     2.4
+++ include/dl  1996/12/11 06:53:05
@@ -4110,7 +4110,7 @@
     def @NoCite body cite
     {
        macro "$" { @NoRef }
-       def "," precedence 90 left x { x }
+       def "," precedence 90 left x { x"," }
        def ";" precedence 90 left x { x";" }
 
        @MakeReferences @Case {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]