/[gzz]/gzz/metacode/latex2e.py
ViewVC logotype

Diff of /gzz/metacode/latex2e.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38 by benja, Sat Feb 15 12:02:29 2003 UTC revision 1.39 by humppake, Sat Feb 15 23:21:27 2003 UTC
# Line 862  class LaTeXTranslator(nodes.NodeVisitor) Line 862  class LaTeXTranslator(nodes.NodeVisitor)
862          atts = node.attributes.copy()          atts = node.attributes.copy()
863          if not atts.has_key('environment') or \          if not atts.has_key('environment') or \
864                 (atts.has_key('environment') and \                 (atts.has_key('environment') and \
865                  not atts['environment'] == 'table' and \                  not atts['uri'] == '__extended__'):
                 not atts['uri'] == 'table'):  
866              href = atts['uri']              href = atts['uri']
867              self.body.append('\\centering\n')              self.body.append('\\centering\n')
868              self.body.append('\\includegraphics')              self.body.append('\\includegraphics')

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26