Add Latex configuration
This commit is contained in:
@@ -183,7 +183,7 @@ htmlhelp_basename = 'MayanEDMSdoc'
|
|||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'MayanEDMS.tex', u'Mayan EDMS Documentation',
|
('contents', 'MayanEDMS.tex', u'Mayan EDMS Documentation',
|
||||||
u'Roberto Rosario', 'manual'),
|
u'Roberto Rosario', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -216,6 +216,6 @@ latex_documents = [
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'mayanedms', u'Mayan EDMS Documentation',
|
('contents', 'mayanedms', u'Mayan EDMS Documentation',
|
||||||
[u'Roberto Rosario'], 1)
|
[u'Roberto Rosario'], 1)
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user