/[navidoc]/navidoc/navidoc/writers/latex2e.py
ViewVC logotype

Diff of /navidoc/navidoc/writers/latex2e.py

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

revision 1.2 by humppake, Thu Apr 10 09:20:43 2003 UTC revision 1.3 by humppake, Tue May 13 11:47:38 2003 UTC
# Line 256  class LaTeXTranslator(nodes.NodeVisitor) Line 256  class LaTeXTranslator(nodes.NodeVisitor)
256  #            self.d_options += ',%s' % \  #            self.d_options += ',%s' % \
257  #                    _ISO639_TO_BABEL[settings.language_code]  #                    _ISO639_TO_BABEL[settings.language_code]
258          self.head_prefix = [          self.head_prefix = [
259  #              self.latex_head % (self.d_options,self.d_class),                self.latex_head % (self.d_options,self.d_class),
260                self.latex_head % (self.d_class),                self.latex_head % (self.d_class),
261  #/cite didn't work with babel (jvk)  #/cite didn't work with babel (jvk)
262  #              '\\usepackage{babel}\n',     # language is in documents settings.  #              '\\usepackage{babel}\n',     # language is in documents settings.

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