X-Git-Url: https://git.tokkee.org/?p=lm2latex.git;a=blobdiff_plain;f=src%2Fl2l.c;h=221fbbba52b5284058a9417697f13b4720c300da;hp=2fae2b9f2a4ea4bfa6335f16bb91efc7ff36ee58;hb=94fae5790c44a182b0830bcf33302169ee8bf169;hpb=1ee7560753cd0e1c3b3f0ff1f27fbe539a37e726 diff --git a/src/l2l.c b/src/l2l.c index 2fae2b9..221fbbb 100644 --- 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"