I have written some software which outputs .tex files and uses a custom .cls file. I have a makefile for this software but I don't know what to do with the .cls file.
Is ~/texmf/tex/latex/ the only location to store these files? I would prefer not to be creating directories in the users home directory. When I install other .cls files what location are they installed in? I can't find this information anywhere.
texlive/texmf-local/directory, which is done for that. – Bernard Aug 28 '19 at 11:40