]> git.scottworley.com Git - paperdoorknob/blobdiff - paperdoorknob_test.py
Force line breaks between icon, character, screen name, and author
[paperdoorknob] / paperdoorknob_test.py
index c1f8b60a85a3bc3788d7c0c002183e85ff76ba63..612ee8d1c4cad8b054e089308be39ec771cd9304 100644 (file)
@@ -51,7 +51,13 @@ class BaseTestProcess(ABC):
 \\usepackage[margin=20mm]{geometry}
 \\begin{document}
 This is glowfic
+
+\\vspace{-.5\\ht\\strutbox}\\noindent\\hrulefill
+
 You \\emph{sure}?
+
+\\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)