Top "Listings" questions

The listings package is a source code printer for LATEX.

LaTeX listings package: different style for constants/classes/variables

I'm using the listings package for syntax highlighting, set up with the following arguments: \lstset{ language=Java, captionpos=b, tabsize=3, …

latex package tex listings
Formatting Objective C code using listing in LaTeX

I am wondering how one is supposed to format Objective C code using the listings package of LaTeX? I know …

latex listings
latex - escape dollar sign inside lstlisting with [mathescape]

I have a problem escaping the dollar sign in an mathescaped lstlisting environment \begin{lstlisting}[mathescape] $\delta$(Z, $\varepsilon$, $S) = (…

latex tex listings