1

I have a class file I have put in my local texmf directory (.texmf/tex/latex/classdir) and run sudo texhash but I am still getting a build error saying that my class file cannot be found. I have gone through the following posts to no avail

Installing a class

How can I manually install a package on MiKTeX (Windows)

and the read me hasn't been much help either

https://www.tug.org/texlive/doc/texlive-en/texlive-en.html#x1-460006

(I'm on a brand new installation of texlive fyi)

What am I doing wrong?

RhythmInk
  • 537

1 Answers1

2

I was able to get things working by putting my class file in /usr/share/texlive/texmf-dist/tex/latex which isn't texmf-local obviously but at least things are working. If someone else knows how to find that folder/create it since it doesn't seem to exist for me I'd love to know. For others having a similar issue using the directory above should work and then just use texhash.

RhythmInk
  • 537