Code

l2l, l2l_scanner: Surround boxes with rules.
[lm2latex.git] / src / l2l.c
index 2fae2b9f2a4ea4bfa6335f16bb91efc7ff36ee58..221fbbba52b5284058a9417697f13b4720c300da 100644 (file)
--- a/src/l2l.c
+++ b/src/l2l.c
@@ -76,8 +76,12 @@ write_tex_preamble(FILE *out)
 "\\fi\n"
 "\n"
 "\\usepackage{caption}\n"
+"\\usepackage{float}\n"
 "\\usepackage{url}\n"
 "\n"
+"\\floatstyle{ruled}\n"
+"\\newfloat{l2lbox}{tbp}{lof}\n"
+"\n"
 "\\setlength{\\parskip}{6pt}\n"
 "\n"
 "\\renewcommand{\\headrulewidth}{0.4pt}\n"