Hi, I need use latest texinfo. So I installed it on my machine (Trisquel 6). But trying to use texi2pdf I get:
/usr/local/bin/texi2dvi: texinfo.tex appears to be broken. This may be due to the environment variable TEX set to something other than (plain) tex, a corrupt texinfo.tex file, or to tex itself simply not working. I have installed .tex files. To solve this I need export TEX with: export TEX=$TEX:/usr/share/texmf/tex/texinfo/texinfo.tex Then if I try texi2pdf I get: You don't have a working TeX binary (:/usr/share/texmf/tex/texinfo/texinfo.tex) installed anywhere in your PATH, and texi2dvi cannot proceed without one. But I have TeX installed, this is at /usr/bin/tex. So, what I'm doing wrong? Thanks. Germán.
