I'm not sure whether this question is completely within the scope of TeX.SE (because it is actually related to a special website which uses TeX), but as some users may have some experience to work with, I'm gonna bring it up here:
You've probably heard of latex2png website. I often use it when I need some labels for my figures generated by other software except LaTeX (e.g. Adobe Illustrator). My current requirement is generation of a label like this:
In LaTeX, it's a piece a cake by means of:
\usepackage{mathrsfs}
then,
\mathscr{C}_{\hat{x}}
As I need to generate it in latex2png, it doesn't use mathrsfs by default. So, its output is something like this:
which is completely different compared to what I need. I'd just tried to add \usepackage{mathrsfs} before \mathscr{C}_{\hat{x}}, but the dull thing doesn't understand it.
Do you know any approach to do this by latex2png or some other tool?


just a couple of clicks (instead of coding and compilation), it might be interpreted asmore convenient. As you are all LaTeX heros, coding might be more convenient for you, considerably! :D – Jan 17 '17 at 22:54convertcommand from command line. At least one requires some time to master it and get rid of potential errors within her tries. So, that web interface can sometimes be helpful not to face with some complexities. – Jan 17 '17 at 23:31convertjust to make a PNG either. Select selection tool -> select rectangle -> secondary click -> name file. I don't do this in my editor at all, but in the viewer. – cfr Jan 18 '17 at 01:17