mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
DOCUMENTATION: LaTeX template is back
ongoing work for the Booklet
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user