As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TeX and LaTeX source code syntax highlighting (style: standard) with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
1 \documentclass{article} 2 \usepackage[german]{babel} 3 4 \begin{document} 5 test "a \"a 6 \begin{verbatim} 7 test "a \"a 8 \end{verbatim} 9 10 \begin{center} 11 \catcode`\"=12 12 test "a \"a 13 \end{center} 14 \end{document}