Thank you! Your message gives me the right things I want.

Henrik Nordstrom wrote:

> Song Lining wrote:
>
> > I want to know where I can find some yacc tutorial materials.
>
> The bison texinfo file contains a great deal of information on bison
> (the GNU yacc replacement) including tutorials. A info version should
> already be installed on your system. Try "info bison".
>
> How to create a printout version of a texinfo file: (someone complained
> earlier that it was hard to read online info files on the bus/train..)
>
> 1. Get the texinfo source (not the info file that is generated from it).
> Generally this involves getting and unpacking the source package.
>
> 2. Run "texi2dvi bison.texinfo" (or if you prefer A4: "texi2dvi -t
> @afourpaper bison.texinfo"). Creates bison.dvi which can be peviewed
> using xdvi.
>
> 3. Run the dviXXX program that fits your printer. "dvips bison.dvs -o"
>
> 4. Print the generated printfile
>
> See info and/or manpages, for documentation on texinfo, texi2dvi, xdvi,
> dvips, dvilj, ...
>
> ---
> Henrik Nordstr?m

Reply via email to