I have updated my TexLive distribution from 2010 to 2011. But when I run pdflatex it still uses the older 2010 version. How can I change this? Also when I use tex --v it only shows the old version: TeX 3.1415926 (TeX Live 2010).
|
|
|||||||||||||||
|
closed as too localized by egreg, Seamus, doncherry, lockstep, diabonas Oct 18 '11 at 18:58
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
On the mac, you need to go the menu Apple > Pref System > Distribution TeX and the you can make a choice between TeXlive 2010 or TeXLive 2011. You can verify your installation : in the finder go to folder (shift apple G) then /usr/local/texlive/ you can see 2010 and 2011. You verify your Path with in the terminal $echo $PATH. For me : /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/texbin You can also verify if |
||||
|
|