help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: print from texi file


From: Karl Berry
Subject: Re: print from texi file
Date: Thu, 8 Aug 2002 10:45:24 -0400

    whats the smooth technique to go from grub.texi to
    printing a double sided manual?

Here's one way:

texi2dvi grub.texi  -- generate grub.dvi.  
dvips grub -o       -- generate grub.ps.
lpr grub.ps         -- print it

Many variations are possible.

As for double-sided, that's up to your printer.  You can use dvips -A
and -B to print only the even and odd pages, if need be.

Hope this helps,
k



reply via email to

[Prev in Thread] Current Thread [Next in Thread]