Tagged Questions
8
votes
3answers
660 views
Include Sweave input as verbatim
How do I keep Sweave from compiling things in a verbatim environment? For example:
\documentclass{article}
\begin{document}
\begin{verbatim}
<<>>=
1+1
@
\end{verbatim}
\end{document}
...