/[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.11 by humppake, Tue Feb 11 13:26:47 2003 UTC revision 1.12 by humppake, Tue Feb 11 13:29:51 2003 UTC
# Line 835  class LaTeXTranslator(nodes.NodeVisitor) Line 835  class LaTeXTranslator(nodes.NodeVisitor)
835          href = atts['uri']          href = atts['uri']
836          self.body.append('\n\\centering\n')          self.body.append('\n\\centering\n')
837          if atts.has_key('width'):          if atts.has_key('width'):
838              self.body.append('\n\\includegraphics{%s}{%s}\n' % (atts['width'], href))              self.body.append('\n\\includegraphics[width on %s]{%s}\n' % (atts['width'], href))
839          else:          else:
840              self.body.append('\n\\includegraphics{%s}\n' % href)              self.body.append('\n\\includegraphics{%s}\n' % href)
841          ##self.body.append('\\end{center}\n')          ##self.body.append('\\end{center}\n')

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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