gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO metacode/latex2e.py


From: Asko Soukka
Subject: [Gzz-commits] gzz ./TODO metacode/latex2e.py
Date: Thu, 13 Feb 2003 13:58:06 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    03/02/13 13:58:06

Modified files:
        .              : TODO 
        metacode       : latex2e.py 

Log message:
        jython problem with latex2e.py -> back to use_longtable

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.581&tr2=1.582&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/latex2e.py.diff?tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -u gzz/TODO:1.581 gzz/TODO:1.582
--- gzz/TODO:1.581      Thu Feb 13 13:37:44 2003
+++ gzz/TODO    Thu Feb 13 13:58:06 2003
@@ -105,6 +105,15 @@
     tuukkah:
        - help humppake with UMLLink paper
 
+    vegai:
+        - strange problem in latex2y with only Jython:
+          in latex2e.py "use_longtable = 0" and then
+          "make rst RST="../manuscripts/UMLLink/article.rst"
+          Exists with Assertion exception, which doesn't occur
+          with c-python. Tested with python2.1 and python2.2.
+                                                  (- humppake)
+
+
 [[[ alpha2, alpha3 not released, internal milestones. ]]]
 0.8alpha4: Cleanup release after crucial demos; make it possible for anyone to
            get *THE* demo up and running
Index: gzz/metacode/latex2e.py
diff -u gzz/metacode/latex2e.py:1.30 gzz/metacode/latex2e.py:1.31
--- gzz/metacode/latex2e.py:1.30        Thu Feb 13 12:24:40 2003
+++ gzz/metacode/latex2e.py     Thu Feb 13 13:58:06 2003
@@ -3,8 +3,8 @@
 """
 :Author: Engelbert Gruber (hacked by the Gzz project)
 :Contact: address@hidden
-:Revision: $Revision: 1.30 $
-:Date: $Date: 2003/02/13 17:24:40 $
+:Revision: $Revision: 1.31 $
+:Date: $Date: 2003/02/13 18:58:06 $
 :Copyright: This module has been placed in the public domain.
 
 LaTeX2e document tree Writer.
@@ -209,7 +209,7 @@
     use_latex_toc = 0
     # table kind: if 0 tabularx (single page), 1 longtable
     # maybe should be decided on row count.
-    use_longtable = 0
+    use_longtable = 1
     # TODO: use mixins for different implementations.
     # list environment for option-list. else tabularx
     use_optionlist_for_option_list = 1




reply via email to

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