开发者

Using special characters as keywords in latex listings package

I am using the listings package for late开发者_高级运维x. I am using the SQL language definition and am adding some new keywords that I need, using morekeywords=.

I have trouble defining some special characters as keywords, for example, I need [], <>, &, and -> to be considered as keywords and use the keyword style.

I have tried adding these verbatim or with a preceding backslash.

It did not work.

Your help would be greatly appreciated.

Thanks.


Try making those characters to normal letters via alsoletter={yourcharacters}. Later you can specify the special characters as keywords inside morekeywords.

Here is some code:

\lstset{
...
alsoletter={.},
...
}

\begin{lstlisting}[morekeywords={this.is.a.string.with.dots}]
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜