You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
PyCharm 2023.2.1 (Professional Edition) Build #PY-232.9559.58, built on August 22, 2023
Operating System
Fedora 38
TeXiFy IDEA version
0.9.1
What I did (steps to reproduce)
Add TEXMFHOME=/path/to/some/folder/in/the/project/ as an environment variable in the run configuration template for LaTeX.
Add a class file (say myexampleclass.cls) inside the declared path under this directory ./tex/latex/.
Use this class file as the document class for any tex file in the project.
Minimal example to reproduce the problem
\documentclass{myexampleclass} % <- File 'myexampleclass.cls' not found\begin{document}
Hello, World!
\end{document}
Expected behavior
TeXiFy is able to find class files from the TEXMFHOME directory declared as an environment variable in the run configuration and not show an error.
Actual behavior
The \documentclass{myexampleclass} line is highlighted with an error saying "File 'myexampleclass.cls' not found" even though there are no errors when compiling.
The text was updated successfully, but these errors were encountered:
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
PyCharm 2023.2.1 (Professional Edition) Build #PY-232.9559.58, built on August 22, 2023
Operating System
Fedora 38
TeXiFy IDEA version
0.9.1
What I did (steps to reproduce)
TEXMFHOME=/path/to/some/folder/in/the/project/
as an environment variable in the run configuration template for LaTeX.myexampleclass.cls
) inside the declared path under this directory./tex/latex/
.Minimal example to reproduce the problem
Expected behavior
TeXiFy is able to find class files from the TEXMFHOME directory declared as an environment variable in the run configuration and not show an error.
Actual behavior
The
\documentclass{myexampleclass}
line is highlighted with an error saying "File 'myexampleclass.cls' not found" even though there are no errors when compiling.The text was updated successfully, but these errors were encountered: