如何统一列表背景(LaTeX)?
当我将片段放在列表中并将背景更改为灰色时,每个字符的背景仍为白色。如何避免它,并将所有背景显示为灰色?
我的 LaTeX 代码是:
\definecolor{lbcolor}{rgb}{0.9,0.9,0.9}
\lstset{
language=Java,
tabsize=4,
basicstyle=\ttfamily,
backgroundcolor=\color{lbcolor},
showstringspaces=false
}
非常感谢。
When I put a snippet on a listing, and chage background to gray, each character's background remains in white. How to avoid it, and show all background in gray?
My LaTeX code is:
\definecolor{lbcolor}{rgb}{0.9,0.9,0.9}
\lstset{
language=Java,
tabsize=4,
basicstyle=\ttfamily,
backgroundcolor=\color{lbcolor},
showstringspaces=false
}
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定你如何进行列表,但你可以尝试使用 lstlisting,以下应该可以工作:
I'm not sure how you do the listing, but you can try with lstlisting, the following shoud work: