You had recently installed Latex from the repo or from the upstream iso image. Now you want your own custom latex class file to be installed in your system. So how to install it? Just follow these instructions.
Create a directory called texmf in $HOME. Create a directory called tex inside an another directory called latex and then another directory with a name of your choice. So finally it should resemble something like this
$HOME/texmf/tex/latex/New*
* -- Directory name of your choice.
copy your .cls and the .tex files to that directory. Open the terminial and run
mktexlsr $HOME/texmf
that's it you have installed your very own Latex class file.
To check if the *.cls file is installed run kpsewhich *.cls in the terminal as a normal user it should return the location of the *.cls file in the terminal.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Draftsight is a cad program that is compatible to autocad in linux but is only available in 32-bit but we can make it run in 64 bit by foll...
-
I had already written an article on how to install the Canon LBP2900B in Debian when SysV init was the norm but then systemd has taken ov...
-
If after installing Abaqus 6.10 you get an error saying ABAQUSLM:the desired vendor demon is down; don't panic like the house is on fir...
-
1.Install bash-completion from the Extra packages in the official repo. To install google-chrome download the deb package and run the chro...
-
Remember the good old days when we play the Nintendo games like Mario,Ninja Gaiden.,still interested to play the old Nintendo games and in...
No comments:
Post a Comment