How can I place verbatim inside a align environment?
When I compile with Latex I get errors. When I use DVI->PS then PS->PDF the verbatim has no effect. I also tried: \verb
Thank you, this will work but I've noticed some strange behavior in the examplep package. For instance in my code below it keeps white space between the "x" and the "&" Also between the "=" and "2" but ignores the space between the \int and \theta.
Yes, spaces can get lost. Some explanation can be found inside the documentation, just scan for space or spaces in the pdf.
There are options for spaces, commands to produce visible and invisible spaces and further verbatim commands with different behavior and quoting, so it should work somehow.
If what you want to have is to get the fixed with font you have in verbatim inside a math context (that's what I wanted when I found this post) you can use the \mathtt{...} command.