Hi,
On 7 May 2007, at 09:43, rowkajjh wrote:
I want a snippet that inserts $\mu$ behind a number (for example "10$\mu$"). The tab triggers is "mü"
So I have to type "10" "blank" "mü" "tab".
My snippet is "$$\mu m$$" But this does not word. I do not get the dollar signs. And I do not know how to go back one letter. How can I do that?
To get a dollar sign you have to escape it by \ not by $. $\mu m$
But two questions in general: What do you want to do with it? And why you are not using a command with output 'Insert Text'?