[Checkins] SVN: Sandbox/ulif/grok-reference-with-rest3/doc/conf.py Enable LaTeX output.

Uli Fouquet uli at gnufix.de
Tue Feb 26 21:00:07 EST 2008


Log message for revision 84305:
  Enable LaTeX output.

Changed:
  U   Sandbox/ulif/grok-reference-with-rest3/doc/conf.py

-=-
Modified: Sandbox/ulif/grok-reference-with-rest3/doc/conf.py
===================================================================
--- Sandbox/ulif/grok-reference-with-rest3/doc/conf.py	2008-02-27 01:57:17 UTC (rev 84304)
+++ Sandbox/ulif/grok-reference-with-rest3/doc/conf.py	2008-02-27 02:00:06 UTC (rev 84305)
@@ -127,13 +127,24 @@
 
 # The font size ('10pt', '11pt' or '12pt').
 #latex_font_size = '10pt'
+latex_font_size = '11pt'
 
 # 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', 'grokdocs.tex', 'Grok Documentation', 'The Grok Team',
+     'manual'),
+    ('tutorial', 'tutorial.tex', 'Grok Tutorial', 'The Grok Team',
+     'manual'),
+    ]
 
 # Additional stuff for the LaTeX preamble.
 #latex_preamble = '
+latex_preamble = '''
+\usepackage{epsfig}
 
+'''
+
 # Documents to append as an appendix to all manuals.
 #latex_appendices = []



More information about the Checkins mailing list