[WIP] legal: drafting, final v5 of enterprise agreement
This commit is contained in:
@@ -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'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user