由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - listings 的参数设置
相关主题
如何嵌入一段文字,让文字的背景是灰色的List of Figures links to wrong figure.
newcommand参数重用?如何去掉list of figures?
How to write text into the background?请问怎么对代码加行号
问一个beamer里面的colorlatex里如何给List添加横线?
请问color.sty做什么的为什么老是说"listings.sty is missing"
LED dvi 图象预览问题Journal title abbreviation with Endnote
insert xml-like code in latex?怎么搞 list of equations 啊?
用listing引入C代码,怎么让关键字BOLD?如何加入programming codes?
相关话题的讨论汇总
话题: 参数设置话题: listings话题: lstlisting话题: color
进入TeX版参与讨论
1 (共1页)
a*********e
发帖数: 1233
1
我需要用listings这个package写R的code
现在参数设置是这样的
\lstset{numbers=left, numberstyle=\tiny, keywordstyle=\color{blue!70},
commentstyle=\color{red!50!green!50!blue!50}, frame=shadowbox,
rulesepcolor=\color{red!20!green!20!blue!20} escapeinside=}
如果我在正文中这样输入:
\begin{lstlisting}[language={r}]
> paste("several", colors, "s", sep="")
\end{lstlisting}
则最后输出时双引号都没了。
我知道escapeinside="" 时会这样,后来我改成单引号也不行,直接删除也不行,最后
输出时,双引号都消失了。
请问有谁能给指点一下,谢谢!
1 (共1页)
进入TeX版参与讨论
相关主题
如何加入programming codes?请问color.sty做什么的
如何去除itemized list前面的空行?LED dvi 图象预览问题
为啥list of figures在toc里的页码不对?insert xml-like code in latex?
LaTeX: Description list的行间距用listing引入C代码,怎么让关键字BOLD?
如何嵌入一段文字,让文字的背景是灰色的List of Figures links to wrong figure.
newcommand参数重用?如何去掉list of figures?
How to write text into the background?请问怎么对代码加行号
问一个beamer里面的colorlatex里如何给List添加横线?
相关话题的讨论汇总
话题: 参数设置话题: listings话题: lstlisting话题: color