I am trying to install rpg-module as presented here: https://ctan.org/pkg/rpg-module?lang=en
This is the first package ever I wanted to add to my texlive. Before that I usually just copied the sty and cls files into the folder (which is very bad style but I didn't know it better back then).
I have tex-live installed on my ubuntu using the install-tl. I also have added everything needed to the path. I can successfully compile pdftex as I have done a few million times already. I have recently reinstalled everything on this computer.
As I understand it I have to copy the sty and cls file into my texmf tree.
Executing:
Code: Select all
kpsewhich -var-value TEXMFHOME
/home/xaver/texmf
I therefore copied the sty and cls file into the folder
Code: Select all
/home/xaver/texmf/rpg-module
Code: Select all
texhash: Updating /usr/local/texlive/2020/texmf-config/ls-R...
texhash: Updating /usr/local/texlive/2020/texmf-dist/ls-R...
texhash: Updating /usr/local/texlive/2020/texmf-var/ls-R...
texhash: Updating /usr/local/texlive/texmf-local/ls-R...
texhash: Done.
When trying to compile an example file using the new documentclass now I get an error: documentclass not found.
Out of interest (I am not really sure if it should work) I tried:
Code: Select all
kpsewhich -var-value rpg-module
I tried different tutorials explaining how to install packages manually, but so far none could help me (I listed most of the ideas I tried above; some where just for different platforms or tex distributions).
Would be really glad if someone has an idea!
Best regards,
Xaver