由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 用listing引入C代码,怎么让关键字BOLD?
相关主题
如何嵌入一段文字,让文字的背景是灰色的a problem of page layout
问一个给lstlisting添加morekeywords的问题如何实现这个公式
怎么指定top, bottom和左右的margins?请问tabular里面的一个格子里如何能够换行呢?谢谢!
A question about footnote如何去掉Chapter之间的空白页?
what is the problem?Question about latex.
how to put a footnote on a chapter title?A quick question about page margin
怎么控制表格里行的高度?latex里面怎样才能用小于10pt的字体啊?
section number interferes with fig label?latex letter的问题
相关话题的讨论汇总
话题: bold话题: lstlisting话题: listing话题: 关键字话题: 引入
进入TeX版参与讨论
1 (共1页)
w******e
发帖数: 12
1
还有,在listing环境下
latex的其他转义格式就失效了?
帮忙!
T*******n
发帖数: 493
2
\documentclass{article}
\usepackage{listings}
\lstloadlanguages{C}
\begin{document}
\lstset{language=C,keywordstyle=\bfseries,commentstyle=\slshape}
\begin{lstlisting}{}
int i, j, k; /* three integers */
\end{lstlisting}
\end{document}

Please explain in more details what is not working.

【在 w******e 的大作中提到】
: 还有,在listing环境下
: latex的其他转义格式就失效了?
: 帮忙!

1 (共1页)
进入TeX版参与讨论
相关主题
latex letter的问题what is the problem?
Footnote in latexhow to put a footnote on a chapter title?
怎么生成 landscape 的 pdf?怎么控制表格里行的高度?
请教如何用beamer把slides做成handout以便打印?section number interferes with fig label?
如何嵌入一段文字,让文字的背景是灰色的a problem of page layout
问一个给lstlisting添加morekeywords的问题如何实现这个公式
怎么指定top, bottom和左右的margins?请问tabular里面的一个格子里如何能够换行呢?谢谢!
A question about footnote如何去掉Chapter之间的空白页?
相关话题的讨论汇总
话题: bold话题: lstlisting话题: listing话题: 关键字话题: 引入