Curricula Vitae / RésumésBullet points in sidebar

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Bullet points in sidebar

Post by templateuser »

Hi,

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}
I get a ! LaTeX Error: There's no line here to end. error.

What am I doing wrong?

Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Bullet points in sidebar

Post by Vel »

Hey,

The aside environment doesn't allow the use of the itemize environment within it. An easy way to get around this is to do something like this though:

Code: Select all

~
\section{relevant courses}
$\bullet$ Data Structures
$\bullet$ Microprocessor Interfacing
~
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Bullet points in sidebar

Post by Vel »

Hey,

Your problem will most likely be solved by updating your LaTeX distribution and your packages to the current versions. The two you especially want to make sure are updated are biblatex and biber!

Here's some useful links about this problem: http://www.latex-community.org/forum/vi ... 50&t=22462 http://arebecca-rebecca12.blogspot.co.n ... oblem.html http://tex.stackexchange.com/questions/ ... ex-problem

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply