I wanted to use bullets and rightarrows in pdf document, unfortunately i am running in to some error "Missing } inserted". and not able to indentify the error. Can anyone suggest below is the example i have tried
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\begin{itemize}
$\bullet$ \; \item \textsf{a \leq b }
\newline
$\rightarrow$ \textbf{text } \\
$\bullet$ \; \item \textbf{b \geq c }
\newline
$\rightarrow$ \textbf{text }\\
\end{itemize}
\end{document}



\textbf, which makes the (text) characters bold. Perhaps you should post another question with an example where the font changes unexpectedly. – Sandy G Nov 22 '22 at 16:57