From d0beb0f9fc52c98e8395b1bacaff8677ba22dd0a Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 13 Jun 2010 23:34:01 +0200 Subject: [PATCH] l2l: Set "captionfont" to \footnotesize. --- src/l2l.c | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.30.2