Re: Jaunty: Ancora TexLive 2007

#33299
Up
0
Down
::


Grazie a tutti per i preziosi contributi. Per facilitarmi la vita ho deciso di lasciare installata TeX Live 2008 durante l’avanzamento, come fatto da derek7 e Klapaucius.

L’unico dubbio residuo riguarda i link simbolici: non so se sono stati creati durante l’installazione (ho praticamente lasciato le impostazioni di default): c’è un modo per scoprirlo?

Aggiungo che al termine dell’installazione ho poi avuto bisogno di modificare il PATH (non il MANPATH e INFOPATH, come suggerito) per far partire il compilatore della 2008 seguendo queste istruzioni:

After the install finished, I opened my .bashrc file and made one change so that bash understood where to look for my paths.

sudo gedit ~/.bashrc

At the end of the file, I added this line:
PATH=/usr/local/texlive/2008/bin/i386-linux:$PATH; export PATH

Then, I saved the file and sourced the .bashrc file:
source ~/.bashrc

Now, if you’ve done all that, you can test it by typing:
latex -v

If everything worked, it should tell you about the version, and you should be good to go.

tratte da qui. Mi devo preoccupare per questa modifica?

Grazie per l’aiuto!!

Go to top