I am working on a thesis and putting together a "pretty" listing. I'm looking at setting up a small font style for a code view. What I have here is:
\usepackage{listings}
\lstset{language=C,
numberstyle=\footnotesize,
basicstyle=\footnotesize,
numbers=left,
stepnumber=1,
frame=shadowbox,
breaklines=true}
%\usepackage[subsection]{placeins}
\usepackage{float}
But this comes out in a typical kerned font, vs. I am looking for smaller monospace, say, 10 points or so.
\lstsetseems to be enough, however. – Martin Scharrer♦ Oct 29 '11 at 6:56