[Top][All Lists]
[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 14:10:53 -0500 |
CVSROOT: /cvsroot/gzz
Module name: gzz
Changes by: Asko Soukka <address@hidden> 03/02/13 14:10:53
Modified files:
. : TODO
metacode : latex2e.py
Log message:
problem exists only with tables without column-titles, back to
use_longtable = 0
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.582&tr2=1.583&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/latex2e.py.diff?tr1=1.31&tr2=1.32&r1=text&r2=text
Patches:
Index: gzz/TODO
diff -u gzz/TODO:1.582 gzz/TODO:1.583
--- gzz/TODO:1.582 Thu Feb 13 13:58:06 2003
+++ gzz/TODO Thu Feb 13 14:10:52 2003
@@ -105,15 +105,6 @@
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.31 gzz/metacode/latex2e.py:1.32
--- gzz/metacode/latex2e.py:1.31 Thu Feb 13 13:58:06 2003
+++ gzz/metacode/latex2e.py Thu Feb 13 14:10:53 2003
@@ -3,8 +3,8 @@
"""
:Author: Engelbert Gruber (hacked by the Gzz project)
:Contact: address@hidden
-:Revision: $Revision: 1.31 $
-:Date: $Date: 2003/02/13 18:58:06 $
+:Revision: $Revision: 1.32 $
+:Date: $Date: 2003/02/13 19:10:53 $
: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