summaryrefslogtreecommitdiffstats
path: root/t/fmt/tex/input-in-verbatim.tex
blob: 6383bce0dee81bfba2ef74fed635d64f8eac9c83 (plain)
1
2
3
4
5
6
7
8
9
\documentclass[12pt]{article}
\begin{document}

\begin{verbatim}
\documentclass[ignorenonframetext]{beamer}
\input{main.tex}
\end{verbatim}

\end{document}