Why is it that I can't find any icons or shortcuts of my LaTeX installation?
I installed it using this:
$ sudo apt-get install texlive-full.
But when I look at my application, I can't locate it. When I tried to right click a .tex file and select the option of Open with other application just to find LaTeX/TeXworks, I still can't see it.
Also checked the /usr/share/texmf/ and all files are there.
I'm using 11.04 Natty.
texlive-fulldoes not include TeXworks. You could trysudo apt-get install texworksto see if it works. – Paulo Cereda Jan 28 '12 at 13:54:)– Paulo Cereda Jan 28 '12 at 14:55