[WIP] legal: drafting, final v5 of enterprise agreement

This commit is contained in:
Olivier Dony
2016-05-25 17:37:34 +02:00
parent 7c807852df
commit 2037afdedd
7 changed files with 31 additions and 35 deletions
+7 -3
View File
@@ -207,8 +207,12 @@ latex_elements = {
# Additional stuff for the LaTeX preamble.
'preamble': r'\usepackage{odoo}',
'tableofcontents': r'', # no TOC
'maketitle': r'\makeodootitle',
# output manually in latex docs
'releasename': '',
'release': '',
'date': '',
}
@@ -218,8 +222,8 @@ latex_additional_files = ['_static/latex/odoo.sty']
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('legal/terms/enterprise_tex', 'odoo_enterprise_agreement_v5.tex', 'Odoo Enterprise Subscription Agreement v5', '', 'howto'),
('legal/terms/partnership_tex', 'odoo_partnership_agreement_v5.tex', 'Odoo Partnership Agreement v5', '', 'howto'),
('legal/terms/enterprise_tex', 'odoo_enterprise_agreement_v5.tex', 'Odoo Enterprise Subscription Agreement', '', 'howto'),
('legal/terms/partnership_tex', 'odoo_partnership_agreement_v5.tex', 'Odoo Partnership Agreement', '', 'howto'),
#('index', 'UnderstandingAccountingForEntrepreneurs.tex', u'Understanding Accounting For Entrepreneurs Documentation', u'fp, xmo', 'manual'),
]