0

How can you make the <, and the $\leq$ signs bold?

Thanks,

PiE
  • 271

1 Answers1

1
\documentclass[border=1mm]{standalone}
\usepackage{amsbsy}
\begin{document}
$ \leq \boldsymbol{\leq}  < \boldsymbol{<} $
\end{document}

mwe

Fran
  • 80,769