I tried redefining the \FancyVerbLine to have a \large, but that didn't help. Is there another way to do this?
views:
19answers:
1
+1
A:
That should do the trick. How exactly does your \FancyVerbLine
look like? Notice that it’s not enough to put the formatting in – you also need to include the counter command:
\renewcommand\theFancyVerbLine{\large\arabic{FancyVerbLine}}
This should work.
Konrad Rudolph
2010-07-16 06:25:03