I just want to get more document classes. I just started running Ubuntu 12.04. I barely know how to navigate the terminal. I'm trying to edit my resume on TeXWorks, but I don't have the resume document class.
Most of the materials I've found online have been very unhelpful, and presume a large understanding of the OS. In fact, all the Ubuntu materials seem to presume a large understanding of the OS. If you happen to know a good Ubuntu manual, that would help too.
Sorry for the rookie question.
lshortis a good introduction to LaTeX, I don't think it addresses the kind of question that Harrison has directly. And in fact, I would say that its recommendation about using your package manager to install TeX Live is bad advice. See Adding a CTAN package to a MacPorts-maintained TeX installation for some discussion of why. – Alan Munn Jun 21 '13 at 14:14.clsand.styfiles in the directory where your.texfile is. This is enough to get you going, but it is not very 'portable' since every project directory would need a copy of the (say).clsfile when you want to use it. So you could also do in a terminalmkdir -p ~/texmf/tex/latex, and put your custom.clsand.styfiles there. If you have some form of TeX Live installed, it should search that directory automatically. – jon Jun 21 '13 at 14:45sudo apt-get install texlive-full– Jun 22 '13 at 07:51