Make sure people know that they can actually use other document classes now.

This commit is contained in:
Erik Bernoth 2013-09-23 13:26:09 +02:00
parent 804b6a0cdb
commit 97caf8d583

View File

@ -231,7 +231,7 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto/manual]).
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('%(master_str)s', '%(project_fn)s.tex', u'%(project_doc_texescaped_str)s',
u'%(author_texescaped_str)s', 'manual'),