From: Sebastian Harl Date: Sun, 13 Jun 2010 21:34:01 +0000 (+0200) Subject: l2l: Set "captionfont" to \footnotesize. X-Git-Url: https://git.tokkee.org/?p=lm2latex.git;a=commitdiff_plain;h=d0beb0f9fc52c98e8395b1bacaff8677ba22dd0a l2l: Set "captionfont" to \footnotesize. --- diff --git a/src/l2l.c b/src/l2l.c index a6736cf..963ec57 100644 --- a/src/l2l.c +++ b/src/l2l.c @@ -85,6 +85,8 @@ write_tex_preamble(FILE *out) "\n" "\\setlength{\\parskip}{6pt}\n" "\n" +"\\renewcommand{\\captionfont}{\\footnotesize}\n" +"\n" "\\renewcommand{\\headrulewidth}{0.4pt}\n" "\\renewcommand{\\footrulewidth}{0pt}\n" "\n"