Search found 1 match

by mr.VVoo
Fri Feb 15, 2008 4:00 pm
Forum: Document Classes
Topic: no way to emphasize ")" in listings package?
Replies: 1
Views: 3404

no way to emphasize ")" in listings package?

Hi,

In my LaTeX document I have some source code. I want to color it to make it easy for understanding. Now there is a problem. I'm using the listings package from CTAN. The language is PHP.
Codes:
\lstdefinestyle{PHP}{otherkeywords={+,-,>,[,],\{,\},!,=,(,;,)},keywordstyle=\color{cgruen ...