mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
DOCUMENTATION: LaTeX template is back
ongoing work for the Booklet
This commit is contained in:
parent
f1f44843c3
commit
afa467e975
2 changed files with 78 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue