ExecutorElassus Veteran
Joined: 11 Mar 2004 Posts: 1464 Location: Berlin, Germany
|
Posted: Thu Dec 12, 2024 6:06 pm Post subject: texstudio can't find files in TEXMFHOME anymore |
|
|
So, I have the following path for $TEXMFHOME:
Code: | $ kpsewhich -var-value TEXMFHOME
/home/elassus/texmf |
If I search for a custom class, I find it:
Code: | $ kpsewhich awesome-cv.cls
/home/elassus/texmf/tex/latex/awesome-cv/awesome-cv.cls |
However, on my version of texstudio-4.8.4-r2, if I use '\documentclass{awesome-cv}' in my preamble, the "awesome-cv" part is underlined and it says it's "not found"
Likewise, in my preamble I have:
Code: | \usepackage{luatexja-fontspec} |
But here, too, I get an error about how it cannot find luatexja-fontspec.sty. kpsewhich also cannot find it, but I see it in /home/elassus/{path}/tex-local/texlive/texmf-dist/tex/luatex/luatexja/addons/luatexja-fontspec.sty. In TexStudio I have /home/elassus/{path}/tex-local/texlive/texmf-dist/tex added to my PATH variable, but it still can't find it.
Is there something I'm missing here? This was working up until two days ago, when I updated a bunch of packages (but not texstudio), and because texstudio started segfaulting I masked the old config director and let it create a new one.
UPDATE: ignore the problem with luatexja-fontspec; I added an explicit path to the local texlive installation for the luatex executable, and then it could find it. It's still not able to find awesome-cv.cls, though.
Thanks for the help,
EE |
|