I'm new to Ubuntu (using 12.04) coming from OS-X 10.8 and .9.
I've been using LaTeX on OS-X using the TeXWorks editor. When I tried to install TeXLive on Ubuntu 12.4 it seems to have installed okay (at least, Synaptic insists it is installed) but I can't find TeX anywhere.
Do I have to use a not-TeX-aware to get to TeX (and Lilypond, etc)? Or do I have to change away from Unity?
I know this is a really low-level question, but I'm a little flummoxed at this point. What is the point of a desktop environment if everything has to be done via scripts?
TeXand friends installed by opening up a terminal and typingtexorpdflatexfollowed by return – cmhughes Jun 11 '14 at 05:15TeXMakerif you prefer a graphical interface? – Jun 11 '14 at 06:15which texin a terminal to confirm that it is installed. The next question is then: which editor to use? There are dozens of editors, including (according to Apt) one called 'texworks', which you should be able to install using Synaptic or, via command line,sudo apt-get install texworks. Whether that one is the same as the OSX one, however, I don't know. My unasked for advice is: use Emacs (with AUCTeX). – jon Jun 11 '14 at 06:20pdflatex --version? – scottkosty Jun 11 '14 at 20:01apt-cache search texmakerreturns this line (among others):texmaker - cross-platform LaTeX editor. Have you tried to install it; e.g.,apt-get install texmaker. But as to whether that 'texmaker' is similar enough to the OSX one, I have no idea. My suggstion: use what you like/know for now, but install Emacs (and AUCTeX) anyway and fiddle with it once in a while. Once you become familiar with how it works and all it can do for you, you may well become a convert.... – jon Jun 13 '14 at 05:10