Buenas noches Instale ubuntu 14.04, corro un archivo que me funcionaba en windows, pero no se que librería debería cargar (instalar) para solucionar el problema. El codigo R dice: function(x) tools::texi2pdf El error dice: Error en texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, : Running 'texi2dvi' on ' Otro archivo se compilo sin problemas (lyx con sreave). texi2html esta en los repositorios, pero no los anteriores. ¿Sugerencias? Javier Marcuzzi [[alternative HTML version deleted]]
Hola Javier: El 05/06/14 00:51, Javier Marcuzzi escribió:> Buenas noches > > Instale ubuntu 14.04, corro un archivo que me funcionaba en windows, pero > no se que librería debería cargar (instalar) para solucionar el problema. > > El codigo R dice: > function(x) > tools::texi2pdf > > El error dice: > Error en texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, > : > Running 'texi2dvi' on 'Pues aquí: http://talesofr.wordpress.com/2013/05/01/start-using-sweave-from-scratch/ dan como solución crear un guión (script), pero.. no se, texi2dvi y texi2pdf estan en mi sistema (Debian) en el paquete Texinfo: $ apt-file search texi2dvi a2ps: /usr/bin/texi2dvi4a2ps a2ps: /usr/share/man/man1/texi2dvi4a2ps.1.gz manpages-ja: /usr/share/man/ja/man1/texi2dvi.1.gz manpages-zh: /usr/share/man/zh_CN/man1/texi2dvi.1.gz manpages-zh: /usr/share/man/zh_TW/man1/texi2dvi.1.gz texinfo: /usr/bin/pdftexi2dvi texinfo: /usr/bin/texi2dvi texinfo: /usr/share/man/man1/pdftexi2dvi.1.gz texinfo: /usr/share/man/man1/texi2dvi.1.gz texinfo-doc-nonfree: /usr/share/doc/texinfo/html/Format-with-texi2dvi.html $ apt-file search texi2pdf texinfo: /usr/bin/texi2pdf texinfo: /usr/share/man/man1/texi2pdf.1.gz Prueba a instalar texinfo (apt-get install texinfo) y nos cuentas. Salud y Revolución. Lobo. -- Libertad es poder elegir en cualquier momento. Ahora yo elijo GNU/Linux, para no atar mis manos con las cadenas del soft propietario. Porque la libertad no es tu derecho, es tu responsabilidad. http://www.mucharuina.com --------- Desde El Ejido, en Almería, usuario registrado Linux #294013 http://www.counter.li.org
Estimado Rubén Gómez Antolí Instale texinfo y funciona. Gracias El 4 de junio de 2014, 20:30, Rubén Gómez Antolí <lobo@mucharuina.com> escribió:> Hola Javier: > > El 05/06/14 00:51, Javier Marcuzzi escribió: > > Buenas noches >> >> Instale ubuntu 14.04, corro un archivo que me funcionaba en windows, pero >> no se que librería debería cargar (instalar) para solucionar el problema. >> >> El codigo R dice: >> function(x) >> tools::texi2pdf >> >> El error dice: >> Error en texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, >> : >> Running 'texi2dvi' on ' >> > > Pues aquí: > > http://talesofr.wordpress.com/2013/05/01/start-using-sweave-from-scratch/ > > dan como solución crear un guión (script), pero.. no se, texi2dvi y > texi2pdf estan en mi sistema (Debian) en el paquete Texinfo: > > $ apt-file search texi2dvi > a2ps: /usr/bin/texi2dvi4a2ps > a2ps: /usr/share/man/man1/texi2dvi4a2ps.1.gz > manpages-ja: /usr/share/man/ja/man1/texi2dvi.1.gz > manpages-zh: /usr/share/man/zh_CN/man1/texi2dvi.1.gz > manpages-zh: /usr/share/man/zh_TW/man1/texi2dvi.1.gz > texinfo: /usr/bin/pdftexi2dvi > texinfo: /usr/bin/texi2dvi > texinfo: /usr/share/man/man1/pdftexi2dvi.1.gz > texinfo: /usr/share/man/man1/texi2dvi.1.gz > texinfo-doc-nonfree: /usr/share/doc/texinfo/html/Format-with-texi2dvi.html > > $ apt-file search texi2pdf > texinfo: /usr/bin/texi2pdf > texinfo: /usr/share/man/man1/texi2pdf.1.gz > > > Prueba a instalar texinfo (apt-get install texinfo) y nos cuentas. > > Salud y Revolución. > > Lobo. > -- > Libertad es poder elegir en cualquier momento. Ahora yo elijo GNU/Linux, > para no atar mis manos con las cadenas del soft propietario. > Porque la libertad no es tu derecho, es tu responsabilidad. > http://www.mucharuina.com > --------- > Desde El Ejido, en Almería, usuario registrado Linux #294013 > http://www.counter.li.org > > _______________________________________________ > R-help-es mailing list > R-help-es@r-project.org > https://stat.ethz.ch/mailman/listinfo/r-help-es >[[alternative HTML version deleted]]