Text FormattingBullet points not working

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
jean28
Posts: 4
Joined: Tue Aug 20, 2013 4:27 pm

Bullet points not working

Post by jean28 »

Hey guys!

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}
However, whenever I try to compile it, I get the following error:
! LaTeX Error: There's no line here to end.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
The error is between section{relevant courses} and \begin{itemize}.

Does anyone know how I could fix this or tell me what I'm doing wrong?

Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Bullet points not working

Post by localghost »

Which template of those given on the linked page do you exactly use? Please prepare a self-contained and minimal example to give an adequate problem description and to avoid speculations and guesswork.


Thorsten
Post Reply