X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/a5f4539c4cc5954515e1256289784f1b174a5a16..131deef1eba442d6e05c2ff6c6f7669b4b9e2b24:/paperdoorknob.py diff --git a/paperdoorknob.py b/paperdoorknob.py index b5b7a44..b364f4d 100644 --- a/paperdoorknob.py +++ b/paperdoorknob.py @@ -34,7 +34,7 @@ def process(spec: Spec) -> None: for r in chunkDOMs(html): spec.domfilter(r) chunk = makeChunk(r, spec.images) - spec.texout.write(spec.layout.renderChunk(chunk)) + spec.texout.write(spec.texfilter(spec.layout.renderChunk(chunk))) spec.texout.write(b'\\end{document}\n')