1 Attachment(s)
Creating 2 columns in latex document
I'd like to create something that looks like the pdf document below. The only thing is, I don't think I can do 2 columns, as I would like normal text to go under that. I'm thinking of maybe a table, but I've never done a table before in LaTeX.
I think this might do the job. Could someone tell me what's wrong with the code, as it doesn't seem to be working:
\begin{tabular}{>{\raggedright}p{8.5cm}>{\centerin g}p{8.5cm}}
Title goes here
\begin{itemize}
\item Text goes here
\item Text goes here
\item Text goes here
\item Text goes here
\item Text goes here
\item Text goes here
\end{itemize}
& Title goes here
\begin{itemize}
\item Text goes here
\item Text goes here
\item Text goes here
\item Text goes here
\item Text goes here
\item Text goes here
\end{itemize}
\tabularnewline
\end{tabular}