texifier,
lambda x: x,
20,
- ContentOnlyLayout(texifier),
+ ContentOnlyLayout,
'margin=20mm',
buf,
lambda _: None)
(\\usepackage{[a-z]+}\n)+\\usepackage\[margin=20mm\]{geometry}
\\begin{document}
(.|\n)*
-This is \\href{https://glowfic.com}{glowfic}
-
-You \\emph{sure}\?
-
-Pretty sure.
-
+\\glowhead{}{}{}{}This is \\href{https://glowfic.com}{glowfic}
+\\glowhead{}{}{}{}You \\emph{sure}\?
+\\glowhead{}{}{}{}Pretty sure.
\\end{document}
''', buf.getvalue())
texifier,
lambda x: x,
20,
- ContentOnlyLayout(texifier),
+ ContentOnlyLayout,
None,
buf,
lambda _: None)
texifier,
lambda x: x,
20,
- BesideIconLayout(texifier),
+ BesideIconLayout,
None,
out,
lambda _: None)