Search found 1 match

by viveks
Thu Sep 09, 2010 9:35 pm
Forum: Text Formatting
Topic: Code listing in texttt style
Replies: 1
Views: 10619

Code listing in texttt style

Hi,

in my latex document I include code fragements in the following way:


\begin{lstlisting}[language=python, basicstyle=\footnotesize, frame=single]
def getTime(self):
return self.config.get("thresholds", "time")
\end{lstlisting}


However, I would like to display the code in texttt or ...