I tried:
\begin{verbatim} is_terminating() \end{verbatim} function can be implemented as follows:
But the text after verbatim section will be printed in a next line, is there a way to prevent this happen? Thank you.
|
I tried:
But the text after verbatim section will be printed in a next line, is there a way to prevent this happen? Thank you. |
||||
|
Consider using inline verbatim: The |
|||
|
|
|
Use the
|
|||
|
|
\verb|is_terminating()|for inline verbatim? – Werner Jul 20 '11 at 21:52