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?
You could wrap all your verbatim
environments in quote
environments:
\begin{quote}
\begin{verbatim}
This is indented verbatim text.
Works for multiple lines, too.
\end{verbatim}
\end{quote}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With