In TextParser.py, there is a block of code that checks to see how many list items there are in a given list, and if they are < 26, the list members are assigned an uppercase element id. If they are > 26, they are assigned a lowercase element id.
I should also mention that this problem affects JPluck as well, in a very different way. In JPluck, a simple list with a sub-list under it, looks like:
1. Introduction 2. 1. Foo 2. Bar 3. Baz
Yes, that indenting is exactly how it looks. I'm not sure why it adds the '2. ' prefix in front, and then restarts the numbering again at 1, but thats how it lays it out.
We'll be fixing this in the new version of the Java parser, when we get around to that point.
David A. Desrosiers [EMAIL PROTECTED] http://gnu-designs.com _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev