I'm using Beamer and lstlisting to put some code in a presentation.
The character spacing feels a bit too wide to my eye. Is it possible to reduce it? I've tried searching on this SE but can't seem to see anything obvious.
EDIT:
This seems trivial but:
\begin{frame}[fragile]
\frametitle{A frame}
\begin{lstlisting}
the letters are too far apart
\end{lstlisting}
\end{frame}
\begin{lstlisting}[columns=fullflexible]and tell whether it's better. – egreg Sep 10 '12 at 15:02listingswhich could be important ... – Kurt Sep 10 '12 at 15:04