I want to add bullet points to the side bar, but I always get errors. Here is a part of the code:
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}
! LaTeX Error: There's no line here to end. error.
What am I doing wrong?
Thanks