X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/d2a41ff4f433a29173259359dcf477fd59ee3c78..357f37be787409c5655df646f8aa0ed4abfa5eaf:/paperdoorknob_test.py diff --git a/paperdoorknob_test.py b/paperdoorknob_test.py index c1f8b60..a89e8bb 100644 --- a/paperdoorknob_test.py +++ b/paperdoorknob_test.py @@ -47,11 +47,17 @@ class BaseTestProcess(ABC): paperdoorknob.process(spec) assert buf.getvalue() == b'''\\documentclass{article} \\usepackage{graphicx} -\\usepackage{wrapfig} +\\usepackage{wrapstuff} \\usepackage[margin=20mm]{geometry} \\begin{document} This is glowfic + +\\wrapstuffclear\\vspace{-.5\\ht\\strutbox}\\noindent\\hrulefill + You \\emph{sure}? + +\\wrapstuffclear\\vspace{-.5\\ht\\strutbox}\\noindent\\hrulefill + Pretty sure. \\end{document} ''' @@ -79,7 +85,7 @@ Pretty sure. FakeImageStore(), lambda x: x, lambda x: ApplyDOMFilters('NoEdit,NoFooter', x), - BelowIconLayout(PandocTexifier('pandoc')), + BelowIconLayout(PandocTexifier('pandoc'), 20), None, out) paperdoorknob.process(spec)