I am trying to use a resume template that I found online to modify a little and use it for myself. This is the template I'm trying to use:
http://www.latextemplates.com/cat/curricula-vitae
I am trying to put a section called "Relevant Courses" on the side and trying to put the courses with bullet points. I'm trying to use the code that follows:
Code: Select all
\section{programming}
%{\color{red} $\varheartsuit$} %JavaScript
Java, C++, Python
%CSS3 \& HTML5
\section{relevant courses}
\begin{itemize}
\item Data Structures
\item Microprocessor Interfacing
\end{itemize}
\end{aside}
The error is between section{relevant courses} and \begin{itemize}.! LaTeX Error: There's no line here to end.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
Does anyone know how I could fix this or tell me what I'm doing wrong?
Thanks!