DOCUMENTATION: LaTeX template is back

ongoing work for the Booklet
This commit is contained in:
Jan-Piet Mens 2012-10-24 19:42:52 +02:00
parent f1f44843c3
commit afa467e975
2 changed files with 78 additions and 2 deletions

View file

@ -259,8 +259,8 @@ def main():
env.filters['jpfunc'] = latex_ify
template = env.get_template('latex.j2')
outputname = "%s.tex"
includecmt = "% generated code\n"
includefmt = "\\input %s\n"
includecmt = ""
includefmt = "%s\n"
if options.type == 'html':
env.filters['jpfunc'] = html_ify
template = env.get_template('html.j2')