gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/metacode latex2e.py


From: Asko Soukka
Subject: [Gzz-commits] gzz/metacode latex2e.py
Date: Thu, 13 Feb 2003 11:23:01 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    03/02/13 11:23:01

Modified files:
        metacode       : latex2e.py 

Log message:
        disabling use_long_table

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/latex2e.py.diff?tr1=1.27&tr2=1.28&r1=text&r2=text

Patches:
Index: gzz/metacode/latex2e.py
diff -u gzz/metacode/latex2e.py:1.27 gzz/metacode/latex2e.py:1.28
--- gzz/metacode/latex2e.py:1.27        Wed Feb 12 12:51:28 2003
+++ gzz/metacode/latex2e.py     Thu Feb 13 11:23:01 2003
@@ -3,8 +3,8 @@
 """
 :Author: Engelbert Gruber (hacked by the Gzz project)
 :Contact: address@hidden
-:Revision: $Revision: 1.27 $
-:Date: $Date: 2003/02/12 17:51:28 $
+:Revision: $Revision: 1.28 $
+:Date: $Date: 2003/02/13 16:23:01 $
 :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 = 1
+    use_longtable = 0
     # 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]