2
votes
1answer
438 views

Bullet points do not appear (in \itemize environment with Hebrew font David CLM)

I am writing Hebrew using the David CLM font (from Culmus). Using this font there are no bullet points in \itemize environments. I do not understand why. It works as it is supposed to work with other ...
9
votes
3answers
7k views

How to represent cross and tick in itemize bullets?

I have a an itemize environment in LaTeX. How can I represent a tick and a cross symbol instead of a dot?
13
votes
3answers
720 views

What are original itemize bullet definitions?

We are given a document with original bullet definitions overwritten: \renewcommand{\labelitemi}{$\circ$} \renewcommand{\labelitemii}{$\circ$} \renewcommand{\labelitemiii}{$\circ$} ...
9
votes
3answers
5k views

Specifying bullet type when using itemize

Is there a way to get a specific type of bullet instead of the filled bullets when you first activate the itemize command in LaTeX? I am trying to get hollow bullets from the start instead of using ...