gzz-commits
[Top][All Lists]
Advanced

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

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


From: Asko Soukka
Subject: [Gzz-commits] gzz/metacode latex.py latex2e.py
Date: Sat, 15 Feb 2003 18:21:27 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    03/02/15 18:21:27

Modified files:
        metacode       : latex.py latex2e.py 

Log message:
        figure-directive-update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/latex.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/latex2e.py.diff?tr1=1.38&tr2=1.39&r1=text&r2=text

Patches:
Index: gzz/metacode/latex.py
diff -u gzz/metacode/latex.py:1.4 gzz/metacode/latex.py:1.5
--- gzz/metacode/latex.py:1.4   Sat Feb 15 05:22:54 2003
+++ gzz/metacode/latex.py       Sat Feb 15 18:21:27 2003
@@ -38,7 +38,6 @@
 directives._directives['bibliography'] = bibliography_directive
 
 #Some additional options and changes for latex2e.py
-images.figure.arguments = (0, 1, 1)
 images.image.options['height'] = directives.unchanged;
 images.image.options['width'] = directives.unchanged;
 images.image.options['label'] = directives.unchanged;
Index: gzz/metacode/latex2e.py
diff -u gzz/metacode/latex2e.py:1.38 gzz/metacode/latex2e.py:1.39
--- gzz/metacode/latex2e.py:1.38        Sat Feb 15 07:02:29 2003
+++ gzz/metacode/latex2e.py     Sat Feb 15 18:21:27 2003
@@ -3,8 +3,8 @@
 """
 :Author: Engelbert Gruber (hacked by the Gzz project)
 :Contact: address@hidden
-:Revision: $Revision: 1.38 $
-:Date: $Date: 2003/02/15 12:02:29 $
+:Revision: $Revision: 1.39 $
+:Date: $Date: 2003/02/15 23:21:27 $
 :Copyright: This module has been placed in the public domain.
 
 LaTeX2e document tree Writer.
@@ -862,8 +862,7 @@
         atts = node.attributes.copy()
         if not atts.has_key('environment') or \
                (atts.has_key('environment') and \
-                not atts['environment'] == 'table' and \
-                not atts['uri'] == 'table'):
+                not atts['uri'] == '__extended__'):
             href = atts['uri']
             self.body.append('\\centering\n')
             self.body.append('\\includegraphics')




reply via email to

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