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:48:15 -0400

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

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.3&tr2=1.4&r1=text&r2=text

Patches:
Index: navidoc/navidoc/writers/latex2e.py
diff -u navidoc/navidoc/writers/latex2e.py:1.3 
navidoc/navidoc/writers/latex2e.py:1.4
--- navidoc/navidoc/writers/latex2e.py:1.3      Tue May 13 07:47:38 2003
+++ navidoc/navidoc/writers/latex2e.py  Tue May 13 07:48:15 2003
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA
 # 
 
-# $Id: latex2e.py,v 1.3 2003/05/13 11:47:38 humppake Exp $
+# $Id: latex2e.py,v 1.4 2003/05/13 11:48:15 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.3 $
-:Date: $Date: 2003/05/13 11:47:38 $
+:Revision: $Revision: 1.4 $
+:Date: $Date: 2003/05/13 11:48:15 $
 :Copyright: This module has been placed in the public domain.
 
 LaTeX2e document tree Writer.
@@ -257,7 +257,7 @@
 #                    _ISO639_TO_BABEL[settings.language_code]
         self.head_prefix = [
               self.latex_head % (self.d_options,self.d_class),
-              self.latex_head % (self.d_class),
+#              self.latex_head % (self.d_class),
 #/cite didn't work with babel (jvk)
 #              '\\usepackage{babel}\n',     # language is in documents 
settings.
 #              '\\usepackage{shortvrb}\n',  # allows verb in footnotes.




reply via email to

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