[Checkins] 
	SVN: Sandbox/ulif/grok-reference-with-rest3/doc/reference/conf.py
	Enable LaTeX output of reference.
    Uli Fouquet 
    uli at gnufix.de
       
    Tue Feb 26 07:29:08 EST 2008
    
    
  
Log message for revision 84264:
  Enable LaTeX output of reference.
Changed:
  U   Sandbox/ulif/grok-reference-with-rest3/doc/reference/conf.py
-=-
Modified: Sandbox/ulif/grok-reference-with-rest3/doc/reference/conf.py
===================================================================
--- Sandbox/ulif/grok-reference-with-rest3/doc/reference/conf.py	2008-02-26 12:27:29 UTC (rev 84263)
+++ Sandbox/ulif/grok-reference-with-rest3/doc/reference/conf.py	2008-02-26 12:29:07 UTC (rev 84264)
@@ -128,6 +128,9 @@
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, document class [howto/manual]).
 #latex_documents = []
+latex_documents = [
+    ('contents', 'reference.tex', 'Grok Reference', 'The Grok Team', 'manual')
+    ]
 
 # Additional stuff for the LaTeX preamble.
 #latex_preamble = '
    
    
More information about the Checkins
mailing list