Skip to content

Commit

Permalink
Update conf.py for latex output
Browse files Browse the repository at this point in the history
We do not want one giant PDF document; we want separate PDFs for
our various components.

The features document cannot be included in the list because the
generated LaTeX for tables with empty cells does not compile.

(cherry picked from commit d6d0455)

ticket: 7433
  • Loading branch information
kaduk authored and tlyu committed Nov 16, 2012
1 parent f8ba994 commit af0521a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,15 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'MIT Kerberos.tex', u'MIT Kerberos Documentation',
('admins/index', 'admin.tex', u"Administration Guide", u'MIT',
'manual'),
('appldev/index', 'appdev.tex', u"Application Developer Guide",
u'MIT', 'manual'),
('basic/index', 'basic.tex', u"Kerberos Concepts", u'MIT', 'manual'),
('build/index', 'build.tex', u"Building MIT Kerberos", u'MIT', 'manual'),
('plugindev/index', 'plugindev.tex', u"Plugin Module Developer Guide",
u'MIT', 'manual'),
('users/index', 'user.tex', u"User Guide", u'MIT', 'manual')
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down

0 comments on commit af0521a

Please sign in to comment.