Matthew Burgess wrote these words on 08/24/05 12:10 CST: > From the rest of your message, it looks like you're using `texi2dvi' > followed by the various `dvi2*' binaries from TeX to process these.
I've been doing it like this: texi2dvi --pdf file.texi (could also just use texi2pdf) texi2dvi file.texi dvips -o file.ps file.texi texi2html file.texi makeinfo --plaintext file.texi >file.txt This creates .pdf, .dvi, .ps, .html and txt files. Nothing required expect for a tetex installation. -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 12:19:01 up 144 days, 11:52, 3 users, load average: 1.13, 1.12, 0.80 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
