Hello,
I have a latex document with a bunch of verbatim text. I would like to indent every single instance of these.
For example:
This is regular text.
\begin{verbatim}
This is verbatim text.
\end{verbatim}
I want "This is verbatim text" to be indented a centimeter or two. How do I do this?