Results 1019 comments of Randy Lai

TBH, I found that it is way useful to bracket text in math environment with `\{ \}` then `{}`.

I bet that it is because you (or another package) have overridden the curly brace key.

I think that we just need to put the keybinding in your user keymap file.

We have been using it for a while and have t encountered a similar bug. How large are the files that you are editing?

I guess the reason is because we are parsing the stream line by line. It may be more efficient to parse multiple lines at a time, especially for the file...

Thanks @MatthiasPortzel I have merged your changes into master.

Unfortunately, it is necessary to have sublime text opened.

Thanks, I will consider it in the near future. Would you mind telling me what OS you are using?

Could you also provide me an example latex file with the packages that you mentioned?

I don't think `cd` to the output dir is a good general solution as it may cause a lot more problems for other packages/programs as the working dir is different...