|
@ -106,7 +106,6 @@ class TexRenderer(object): |
|
|
'\(% endvariables %\)', re.DOTALL) |
|
|
'\(% endvariables %\)', re.DOTALL) |
|
|
for template_name in templates: |
|
|
for template_name in templates: |
|
|
filename = self.texenv.get_template(template_name).filename |
|
|
filename = self.texenv.get_template(template_name).filename |
|
|
print filename |
|
|
|
|
|
with open(filename, 'r') as template_file: |
|
|
with open(filename, 'r') as template_file: |
|
|
content = template_file.read() |
|
|
content = template_file.read() |
|
|
match = re.search(regex, content) |
|
|
match = re.search(regex, content) |
|
|