Following the instructions in this page https://help.ubuntu.com/community/LaTeX , I installed TexLive, which needs some 1GB of space (I installed the texlive-full package). Yet, after installation, I don't seem to find any command that seems to represent the TexLive!! Is it the normal tex, latex, pdflatex, etc.? Well, I already had those before installing TexLive? So where was the 1GB installed? What about the packages? Where were they installed?
|
You could use Type this at the command prompt to get the main path of your TeX installation:
Further you could use the
You may also check the versions of TeX, pdfTeX, LaTeX etc.:
All can be done at the command prompt, i.e. within a terminal window. Further there are of course package managing tools of your distribution for look-up which packages are installed - Synaptic, If you're still not sure: just go ahead, compile a LaTeX file. Afterwards read the first line of the
So you know if you're using a current version. The package manager which you used for installation should have taken care of all, so texlive would be used. The questions 'What' and 'Where' can be answered by the mentioned |
|||||||||||||||
|
|
If you installed You may want to install the more updated version from the TeX Users Group, but then you must remember to add the path of the executables to your system then. Read the installation documentation for more information. |
||||
|
ubuntucommand). You compile you files with, for example,tex,latex,pdflatex,texexec(ConTeXt), etc. – Caramdir Dec 12 '10 at 17:08