-
|
Hi, I work in a python project, and write-up research in latex. The documentation indicates I need to create a Latex project to use texify, but that is inconvenient for me. Is it possible to invoke it when I edit a .tex file next to my python code? |
Beta Was this translation helpful? Give feedback.
Answered by
PHPirates
Feb 9, 2025
Replies: 1 comment 3 replies
-
|
To invoke what, exactly? Which documentation are you referring to? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have the TeXiFy plugin installed and the files open as plaintext and you do not see the highlighting, then you maybe have reassigned the .tex file type to plaintext, check if Settings | Editor | File Types shows the correct patterns for LaTeX source file and Text
https://hannah-sten.github.io/TeXiFy-IDEA/troubleshooting.html#i-don-t-see-any-syntax-highlighting
It is not necessary to have a LaTeX project, I will adjust the documentation.