Hi all<br><br>The following code does not display bullets in the .pdf<br><br>\documentclass[a4paper,12pt]{article}<br>\usepackage{fontspec}<br>\begin{document}<br> \begin{itemize}<br> \item Item1<br> \item Item2 <br>
\item Bullet not working Xelatex <br> \end{itemize}<br> \end{document}<br><br>The problem is when loading the fontspec package. If I remove that line<br>or replace it with another package, like amsmath, the bullets are displayed.<br>
<br>Regards,<br>H<br><br><br>