开发者

How to change the font size of line numbers using the Minted Latex Package

I tried r开发者_如何学Pythonedefining the \FancyVerbLine to have a \large, but that didn't help. Is there another way to do this?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜