Add Latex configuration

This commit is contained in:
Roberto Rosario
2012-02-12 02:21:57 -04:00
parent f253ecf8c1
commit 234e5b8c5b

View File

@@ -183,7 +183,7 @@ htmlhelp_basename = 'MayanEDMSdoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'MayanEDMS.tex', u'Mayan EDMS Documentation',
('contents', 'MayanEDMS.tex', u'Mayan EDMS Documentation',
u'Roberto Rosario', 'manual'),
]
@@ -216,6 +216,6 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'mayanedms', u'Mayan EDMS Documentation',
('contents', 'mayanedms', u'Mayan EDMS Documentation',
[u'Roberto Rosario'], 1)
]