X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/5f230208bb5e858cfeadb3d9c822579d2b7b8300..bbfe8e520fea31ad19b8bc2ab5bc02cc5cddb205:/args.py diff --git a/args.py b/args.py index 45c080a..ede8471 100644 --- a/args.py +++ b/args.py @@ -103,6 +103,7 @@ def spec_from_commandline_args() -> Iterator[Spec]: DiskImageStore(args.out + '_images', fetcher), lambda x: ApplyHTMLFilters(args.htmlfilters, x), lambda x: ApplyDOMFilters(args.domfilters, x), + texifier, lambda x: ApplyTexFilters(args.texfilters, x), args.image_size, layout,