-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unicode characters are marked as errors #1874
Comments
What LaTeX distribution are you using? |
TeX Live 2021 |
I suspect it is file encoding issue. |
Doesn't look like an encoding problem. I double checked it with |
Pretty sure it's a Mac issue, which is why I can't reproduce it. Can you check if the following build fixes it? You can install it by going to Plugins > Gear icon > Install plugin from disk. |
Yes, it worked! But it also stops warn you, if you forgot to include the inputenc package. |
@cl445 That's great to hear! I think the |
Does it, by any chance, also allow you to run your run configuration without having to specify the path to |
Yes, I do not need to specify the path (anymore). Looks like you need a tester for MacOS! If you want, feel free to contact me. If the effort is kept to a limit, I would be happy to help. |
Great! While poking around in IntelliJ code about environment variables I accidentally came across a rant about how macOS does not allow IntelliJ to access the environment. The issue is as old as #25 (comment) ... Indeed! The problem is that there's no TeXiFy developer with a Mac, so sometimes we come across an issue we cannot reproduce and then we just give it a shot in the dark and pray it works. We don't have enough donations yet to buy a Mac ;) Can you check if you can now also use the equation preview? So far this didn't work on Mac (https://github.com/Hannah-Sten/TeXiFy-IDEA/wiki/Preview#using-the-preview-on-macos) for I think the same issue. #962 Also #1407 is an issue, does file resolving for class/package files work for you? |
@PHPirates Done. But it was not very successful! ;) |
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
Pycharm 2021.1.1 (Professional)
Operating System
MacOS
TeXiFy IDEA version
0.7.6
Minimal example to reproduce the problem
Expected behavior
No error message if Unicode is used.
Actual behavior
I got an error "Unsupported non-ASCII character":
![example](https://user-images.githubusercontent.com/3482300/116975838-86312c80-acc0-11eb-924e-fcccff719075.png)
A quickfix suggest including the fontenc package. But this is not necessary or even a disadvantage when writing an English text with foreign names, for example.
The text was updated successfully, but these errors were encountered: