Hi,
is there an easy way to use a per mille (10^{-3}) sign?
something like:
TLatex *TL_test = new TLatex(36,-1.5,"#delta #approx 1 #textperthousand");
TL_test->Draw();
(doesnt work)
Regards,
Markus
Hi,
is there an easy way to use a per mille (10^{-3}) sign?
something like:
TLatex *TL_test = new TLatex(36,-1.5,"#delta #approx 1 #textperthousand");
TL_test->Draw();
(doesnt work)
Regards,
Markus
Hi,
just a comment, \textperthousand comes from the textcomp package and isn’t part of the “standard” LaTeX symbol set. Also don’t miss TMathText which is pretty awesome (but doesn’t have \textperthousand either).
Cheers,
Benjamin
Hi!
Is there then a way of printing a permille symbol in root?
Cheers
Salva
See an answer here