dopo un bel po’ (in cui non ho potuto usare kile nel portatile) provo un po’ a rismanettare.
Ringrazio nuovamente tutti per le risposte ma continuo ad essere impantanato
Faccio un riassunto
==========
1
==========
secondo quello che posso capire io latex è nel PATH:
`
diego@debbie:~$ echo $PATH
/usr/local/texlive/2014/bin/i386-linux/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
`
e controlla /usr/local/texlive/2014/bin/i386-linux sia effettivamente lì presente
==========
2
==========
ho editato /home/diego/.bashrc e alla fine aggiunto la riga seguente:
`
export PATH=”/usr/local/texlive/2014/bin/i386-linux/:$PATH”
`
==========
3
==========
tex è installato
`
diego@debbie:~$ tex –version
TeX 3.14159265 (TeX Live 2014)
kpathsea version 6.2.0
Copyright 2014 D.E. Knuth.
There is NO warranty. …
`
==========
4
==========
latex funziona
`
diego@debbie:~/prove$ latex prova.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=latex)
restricted \write18 enabled.
entering extended mode
(./prova.tex
LaTeX2e <2014/05/01>
Babel <3.9k> and hyphenation patterns for 78 languages loaded.
(/usr/local/texlive/2014/texmf-dist/tex/latex/base/report.cls
Document Class: report 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2014/texmf-dist/tex/latex/base/fleqn.clo)
(/usr/local/texlive/2014/texmf-dist/tex/latex/base/size10.clo)) (./prova.aux)
[1] (./prova.aux) )
Output written on prova.dvi (1 page, 240 bytes).
Transcript written on prova.log.
`
lo stesso vale per dvips o pdflatex
==========
5
==========
É SEMPRE KILE CHE NON FUNZIONA!!!!!!!
se dò il comando latex con kile ottengo nella finestra “Log and Messages”
`
[LaTeX] prova.tex => prova.dvi (latex)
[LaTeX] failed to star (riga scritta in ROSSO)
[LaTeX] 0errors, 0 warnings, 0 badboxes
`
==========
6
==========
MO’ CHE FACCIO?