gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/metacode latex2e.py


From: Vesa Kaihlavirta
Subject: [Gzz-commits] gzz/metacode latex2e.py
Date: Wed, 05 Feb 2003 02:19:48 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Vesa Kaihlavirta <address@hidden>       03/02/05 02:19:46

Modified files:
        metacode       : latex2e.py 

Log message:
        Prevent reference to the non-existant

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

Patches:
Index: gzz/metacode/latex2e.py
diff -u gzz/metacode/latex2e.py:1.1 gzz/metacode/latex2e.py:1.2
--- gzz/metacode/latex2e.py:1.1 Mon Feb  3 06:52:59 2003
+++ gzz/metacode/latex2e.py     Wed Feb  5 02:19:46 2003
@@ -3,8 +3,8 @@
 """
 :Author: Engelbert Gruber
 :Contact: address@hidden
-:Revision: $Revision: 1.1 $
-:Date: $Date: 2003/02/03 11:52:59 $
+:Revision: $Revision: 1.2 $
+:Date: $Date: 2003/02/05 07:19:46 $
 :Copyright: This module has been placed in the public domain.
 
 LaTeX2e document tree Writer.
@@ -181,6 +181,9 @@
     # When options are given to the documentclass, latex will pass them
     # to other packages, as done with babel. 
     # Dummy settings might be taken from document settings
+    
+    # added by gzz / Vegai
+    docinfo = []
 
     ## For narrower things (tables, docinfos use admwidth in latex construct).
     d_class = 'article'    # document.settings.stylesheet




reply via email to

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