In Unix, how do I print a Texinfo file?
Note: You cannot get quality printed output from Info files; you must still have the original Texinfo source file for the manual you want to print.
If you have TeX installed on your Unix computer, follow these steps to print a Texinfo file:
- Make sure the first line of the Texinfo file looks like this:
\input texinfo
You may need to replace
texinfowith the full pathname of thetexinfo.texfile, which comes with Emacs asman/texinfo.tex(or copy or link it into the current directory).
- Enter
tex X.texinfo.
- Enter
texindex filename.ext, replacingfilename.extwith the appropriate filename.Note: The
texindexprogram comes with Emacs asman/texindex.c. - Enter
tex filename.texinfo.
- Print the DVI file
filename.dvias you would any other DVI file at your site. For more information, see In LaTeX or TeX in Unix, how do I create and print a document?
This information comes from the Emacs FAQ.
At Indiana University, for personal or departmental Linux or Unix systems support, see At IU, how do I get support for Linux or Unix?
This is document abub in domain all.
Last modified on May 13, 2009.
Last modified on May 13, 2009.







