0

I created a little macro in TeXstudio for online math mode. I want to change the typical $$ for ${}$ and I did it:

Screenshoot 1`

When I execute the standard macro for online math I get $ | $ (the | represents the cursor), but when I execute my own macro I get ${}$|. Someone knows if there is a way for executing my own macro and obtain ${|}$?. Remember: | represents the cursor

1 Answers1

0

@naphaneal answered the question:

For get the desired ${}$, just add at the macro settings ${%|}$and works perfectly