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
Code: Select all
\documentclass[a4paper,25pt]{article}
\usepackage[top=1in, bottom=.2in, left=1in, right=1in]{geometry}
\usepackage{verbatim}
\usepackage{amsmath}
\begin{document}
\begin{align*}
x &= 2 \\
\begin{verbatim}
\int
\end{verbatim}
z &= 4 \\
\end{align*}
\end{document}