Home > Software Carpentry > Software Carpentry notes are up

Software Carpentry notes are up

July 8th, 2005

I put an alpha version of the notes for the Software Carpentry course [1] on-line yesterday. Now, I’m looking for a way to convert them into a single PDF document, so that reviewers can download them in one shot. I’ve found some open source tools that don’t do style sheets, and some commercial tools that’ll do one page at a time, for money, but nothing so far that strikes me as being any better than “printing” with PDFCreator, one page at a time. Given that there are 31 pages, this is tedious enough that I’d like to find an alternative…

[1] The course on basic software development skills for scientists and engineers that I’m writing for the Python Software Foundation.

Software Carpentry

  1. Miles Thibault
    July 9th, 2005 at 02:03 | #1

    cat them all into a single html file and then print to a pdf. Trivial if you’re on a Mac :-) Otherwise, set up a fake printer that prints to a (pdf) file.

    Firefox does a good job even with multiple html blocks.

  2. Simon Willison
    July 9th, 2005 at 07:47 | #2

    I second Miles: pass it to someone with a Mac and ask them to print as PDF.

  3. Blake Winton
    July 11th, 2005 at 10:49 | #3

    I think (from further clarifying email with Greg), that what he has is actually 31 different HTML files, and wants each one to be on its own page, so catting them all into a single HTML file wouldn’t work, unless there was some way of specifying where to insert the breaks.

  4. Jeremy
    July 12th, 2005 at 07:45 | #4

    Your blog skin is really awesome. Is that a WordPress skin? Where did you get it?

Comments are closed.