/[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.2 by Vegai, Wed Feb 5 07:19:46 2003 UTC revision 1.3 by benja, Sat Feb 8 23:21:25 2003 UTC
# Line 1  Line 1 
1  #! /usr/bin/env python  #! /usr/bin/env python
2    
3  """  """
4  :Author: Engelbert Gruber  :Author: Engelbert Gruber (hacked by the Gzz project)
5  :Contact: grubert@users.sourceforge.net  :Contact: grubert@users.sourceforge.net
6  :Revision: $Revision$  :Revision: $Revision$
7  :Date: $Date$  :Date: $Date$
# Line 215  class LaTeXTranslator(nodes.NodeVisitor) Line 215  class LaTeXTranslator(nodes.NodeVisitor)
215      def __init__(self, document):      def __init__(self, document):
216          nodes.NodeVisitor.__init__(self, document)          nodes.NodeVisitor.__init__(self, document)
217          self.settings = settings = document.settings          self.settings = settings = document.settings
218            self.d_class = settings.documentclass
219          self.use_latex_toc = settings.use_latex_toc          self.use_latex_toc = settings.use_latex_toc
220          # language: labels, bibliographic_fields, and author_separators.          # language: labels, bibliographic_fields, and author_separators.
221          # to allow writing labes for specific languages.          # to allow writing labes for specific languages.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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