3

How I can use this style of L in math mode?

enter image description here

Torbjørn T.
  • 206,688

1 Answers1

7

Looks like a normal sans serif L, so

\mathsf{L}

enter image description here

\documentclass{article}
\begin{document}
$\mathsf{L}(\mathbf{z},\mathbf{x})$
\end{document}
Torbjørn T.
  • 206,688