GPT-Prompter icon indicating copy to clipboard operation
GPT-Prompter copied to clipboard

[Bug] backslash is interpreted as a special character

Open xosmig opened this issue 1 year ago • 2 comments

The backslashes ("\") are interpreted as special characters, resulting in unexpected behaviour.

E.g., hello, \text{world} is interpreted as hello, [tab symbol]ext{world} and on something like hello, \world it simply doesn't work as it tries to interpret \w as an escape sequence.

This makes it impossible to use, for example, when editing latex in overleaf.

xosmig avatar Mar 20 '23 15:03 xosmig

Hi @xosmig I just released the new version (make sure to update it to 0.0.3.3). I test your example and seems to be fixed. Please take a look and let me know if now works.

giosilvi avatar Mar 23 '23 10:03 giosilvi

Seems to work, thank you!

xosmig avatar Mar 25 '23 14:03 xosmig