X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/7804859f8fe8b8dc94b6a33b2221ac0b68d7ed86..9afdb32a9385204c13018198a136637ad599df47:/paperdoorknob.py diff --git a/paperdoorknob.py b/paperdoorknob.py index a19045c..8183136 100644 --- a/paperdoorknob.py +++ b/paperdoorknob.py @@ -36,7 +36,8 @@ def process(spec: Spec) -> None: b']{geometry}\n') spec.texout.write(br'''\begin{document} \newcommand{\href}[2]{#2\footnote{\detokenize{#1}}} -''') +\def\glowiconsize{%fmm} +''' % spec.icon_size) url = flatURL(spec.url) spec.log('Fetching HTML...\r') html = spec.fetcher.fetch(url)