I'm new to LaTeX. I need to have text size as 11pt in a listing (and only in the
listings
environment). My settings are these:Code: Select all
\lstset{numbers=left,
inputencoding=latin1,
basicstyle=\footnotesize\ttfamily,
keywordstyle=\color{blue},
breaklines=true,
showtabs=false,
showstringspaces=false,
numberstyle=\tiny\color{mygray}
}