Updating the LaTeX archives

Post date: 05-Feb-2009 13:06:47

If you want to add a new class or style to your latex archives, you should copy the file into a folder of Texlive

[> cp File.cls /usr/share/texmf/tex/latex/Folder

After that, update the latex archives using the command line

[> sudo mktexlsr /usr/share/texmf/tex/latex

Enjoy!