I need to write a large portion of text in 'code font' that includes an enumerate. I like the style provided by texttt, but it doesn't work in my case.
I would like something like this:
\documentclass[12pt]{report}
\begin{document}
\texttt{Report:
\begin{enumerate}
\item First Observation
\item Second Observation
\end{enumerate}
}
\end{document}
Thanks.

\begingroup\ttfamily ... \endgroup. – Werner Nov 12 '13 at 15:19\documentclass{article}, ending with\end{document}. And welcome to TeX.SE. – Masroor Nov 12 '13 at 15:20\begin{ttfamily} ... \end{ttfamily}. – mbork Nov 12 '13 at 15:30