[Tutor] How to get Python Tutorial all in one document for better printing?

Scott Chapman scott_list at mischko.com
Thu Nov 13 20:26:31 EST 2003


On Thursday 13 November 2003 13:32, A.M. Kuchling wrote:
> On Thu, Nov 13, 2003 at 12:37:02PM -0800, Scott Chapman wrote:
> > Thus, I need to know how to turn these into single HTML files (or
> > PDF files with my margins specified), easily, if possible.
>
> If you have LaTeX and LaTeX2HTML installed, you can download the
> Python source tree and hack Doc/Makefile.  Change the '-split 3' in
> the rules for the "tut" target to "-split 1"; this results in one
> great big HTML file.
>
> If you hurry, I've put a copy of the single-file tutorial at
> http://www.amk.ca/files/tut.html ; it'll disappear the next time I
> push an update to my web pages.

Thanks for the tip and the link. I got it.

Scott




More information about the Tutor mailing list