gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] navidoc/navidoc/writers latex2e.py


From: Asko Soukka
Subject: [Gzz-commits] navidoc/navidoc/writers latex2e.py
Date: Tue, 13 May 2003 07:47:38 -0400

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Changes by:     Asko Soukka <address@hidden>    03/05/13 07:47:38

Modified files:
        navidoc/writers: latex2e.py 

Log message:
        latex documentclass-option

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/writers/latex2e.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: navidoc/navidoc/writers/latex2e.py
diff -u navidoc/navidoc/writers/latex2e.py:1.2 
navidoc/navidoc/writers/latex2e.py:1.3
--- navidoc/navidoc/writers/latex2e.py:1.2      Thu Apr 10 05:20:43 2003
+++ navidoc/navidoc/writers/latex2e.py  Tue May 13 07:47:38 2003
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA
 # 
 
-# $Id: latex2e.py,v 1.2 2003/04/10 09:20:43 humppake Exp $
+# $Id: latex2e.py,v 1.3 2003/05/13 11:47:38 humppake Exp $
 
 #
 # Modified by Janne Kujala, Asko Soukka, Benja Fallenstein, Vesa Kaihlavirta
@@ -28,8 +28,8 @@
 """
 :Author: Engelbert Gruber (hacked by the Gzz project)
 :Contact: address@hidden
-:Revision: $Revision: 1.2 $
-:Date: $Date: 2003/04/10 09:20:43 $
+:Revision: $Revision: 1.3 $
+:Date: $Date: 2003/05/13 11:47:38 $
 :Copyright: This module has been placed in the public domain.
 
 LaTeX2e document tree Writer.
@@ -256,7 +256,7 @@
 #            self.d_options += ',%s' % \
 #                    _ISO639_TO_BABEL[settings.language_code]
         self.head_prefix = [
-#              self.latex_head % (self.d_options,self.d_class),
+              self.latex_head % (self.d_options,self.d_class),
               self.latex_head % (self.d_class),
 #/cite didn't work with babel (jvk)
 #              '\\usepackage{babel}\n',     # language is in documents 
settings.




reply via email to

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