LaTeX Install .cls
Installing a LaTeX class in three simple steps.
locate article.cls
Copy your .cls file to the same directory.
sudo cp yourclsfile.cls /usr/share/rest/of/the/path/from/above
Update the kpathsea database.
sudo texhash
Installing a LaTeX class in three simple steps.
locate article.cls
Copy your .cls file to the same directory.
sudo cp yourclsfile.cls /usr/share/rest/of/the/path/from/above
Update the kpathsea database.
sudo texhash