How to draw a letter like the caligraphic L used for Luminosity (\mathcal{L} in Latex)?

Hi,

I am aware that in the past this question had been asked and negative answers were given. But the posts were a cpouple of years old and some kind of TODO list has been always mentioned, so I am just checking.

Is the letter L used for Luminosity that is available in LaTeX as \mathcal{L} somehow available in ROOT (TLatex)?

Thankx
Ivan

_ROOT Version: 6.24/08
_Platform: Centos 8
_Compiler: gcc 4.8.5


Welcome to the ROOT forum.

auto l = new TLatex (.5,.5,"\\mathcal{L}");
l->Draw();