Improve PDF output

This commit is contained in:
Victor Zverovich
2014-10-09 07:57:26 -07:00
parent 80f5cbb9e5
commit 8cab5909e0
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'format.tex', u'format Documentation',
('index', 'format.tex', u'C++ Format Documentation',
u'Victor Zverovich', 'manual'),
]