I am experimenting with tables in latex. But I can't figure out what is wrong here.
Code: Select all
\documentclass{article}
\usepackage{verbatim}
\begin{document}
\begin{center}
\begin{tabular}{| p{10cm} |}
\hline
\begin{verbatim}
Welcome to Boxy’s paragraph.
We sincerely hope you’ll
all enjoy the show.\\
\end{verbatim}
\hline
\end{tabular}
\end{center}
\end{document}
15 !Misplaced \noalign
Thanks!