0

I would like to get the $l(g)$ of the left side, but using

\mathcal{}

I get the right side:

enter image description here

Please, what package can I use?

Thanks in advance!

LH8
  • 103

1 Answers1

1

It's l with a script (handwriting) shape. You needn't to invoke any package.

\documentclass{article}

\begin{document}

$\ell(g)$

\end{document}

M. Logic
  • 4,214