Hello!
For plotting I’m often using something similar to
latexstring(@sprintf("a=%.3f \\beta, b=%.3f \\alpha",π, 1-π))
and I was wondering if somebody is using a better option or has an idea which 1) has something like a clear c-style number to string conversion, b) a latex option (which ideally does not need escaping), c) is shorter to write (this expression cannot be turned into a function, since @sprintf is a macro).
Thanks!