Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Patch for Index B Text

0 views
Skip to first unread message

Yves Forkl

unread,
Aug 20, 2010, 10:24:45 AM8/20/10
to lout-...@lists.planix.com
Hi,

for an index of type Index B, Lout V. 3.38 does not show the contents of
@IndexBText ("some text to put at the start of the index", User's Guide
p. 68) but rather the contents of @IndexAText. The reason for this is
obviously a typo in the file "bookf" in the "include" subdirectory.

Here is a patch which fixes the problem (no recompiling necessary):

--- /src/lout/lout-3.38/include/bookf 2008-09-10 00:44:23.000000000 +0200
+++ bookf_patched 2009-07-13 15:23:43.000000000 +0200
@@ -678 +678 @@
- headingtext { @IndexAText }
+ headingtext { @IndexBText }


Yves

0 new messages