如何使用 Minted Latex 包更改行号的字体大小
Posted
技术标签:
【中文标题】如何使用 Minted Latex 包更改行号的字体大小【英文标题】:How to change the font size of line numbers using the Minted Latex Package 【发布时间】:2010-07-14 09:50:19 【问题描述】:我尝试将\FancyVerbLine 重新定义为\large,但这没有帮助。有没有其他方法可以做到这一点?
【问题讨论】:
【参考方案1】:这应该可以解决问题。您的\FancyVerbLine
看起来如何确切?请注意,仅输入格式是不够的——您还需要包含 counter 命令:
\renewcommand\theFancyVerbLine\large\arabicFancyVerbLine
这应该可行。
【讨论】:
以上是关于如何使用 Minted Latex 包更改行号的字体大小的主要内容,如果未能解决你的问题,请参考以下文章