Originally I think I tried a bunch of methods for installing LaTeX, eventually finding by far the easiest method was to type
Code: Select all
sudo apt-get install texworks
When it came to installing packages I realised that texworks only comes with a handful, and that "texlive" was a better bet. So I tried "sudo apt-get install texlive"
Then I ended up with texworks having a totally different set of directories to texlive. When I wanted to use a particular package I could tell texworks where to find the package but it would forget every time I wanted to compile. So in order to ease this frustration I tried to move the package into the directory I thought texworks was using:
Code: Select all
/usr/share/texmf-texlive/
Code: Select all
/usr/local/texlive/2013/texmf-dist/
Right now I have several 100mb of packages scattered around my ubuntu partition, texworks has totally stopped working (won't recognise any control sequences) and I have pulled out most of my hair.
I tried to "sudo apt-get remove --purge" both texlive and texworks but it didn't really do much. After reinstalling texlive I am in exactly in the same position.
Could anyone explain to me how to get Texworks to play ball? Any help would be hugely appreciated.