Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hush the nanny. | Fred Drake | 2000-10-07 | 1 | -43/+43 |
| | |||||
* | process(): New function that contains the "orchestration" of the | Fred Drake | 1999-03-03 | 1 | -2/+6 |
| | | | | | | | | | actual work. main(): Just handle the command line and filename determination, calling process() to do the work. These changes make this more import-friendly. | ||||
* | Don't attempt to add paragraph and subparagraph sections to the PDF | Fred Drake | 1998-10-07 | 1 | -1/+7 |
| | | | | | | outline. Work around font-long bogosity caused by ' in docstring. | ||||
* | Mostly spurious change to ensure that everyone's version of this picks up the | Fred Drake | 1998-05-14 | 1 | -0/+2 |
| | | | | execute bit.... problem discovered by Guido. | ||||
* | Fix the broken PDF links, really this time! | Fred Drake | 1998-04-15 | 1 | -1/+1 |
| | | | | | | Appending a junk char to the end doesn't quite do it, or doesn't seem to at any rate. Instead, pad the page numbers to always be 3 charaters wide, with leading zeros. | ||||
* | Change the form of the name given to each page of the PDF from "page.%d" to | Fred Drake | 1998-04-15 | 1 | -1/+1 |
| | | | | | "page.%dx"; this works around an acroread bug that causes targets not to be recognized if their name is a prefix of another target in the file. | ||||
* | clean_title(): Remove debugging prints. | Fred Drake | 1998-03-10 | 1 | -2/+0 |
| | |||||
* | clean_title(): Clean a little more carefully. Still does funny things with | Fred Drake | 1998-03-10 | 1 | -6/+15 |
| | | | | | underscores. Might this be a fundamental PDF limitation? Hm, could still be a TeX thing. | ||||
* | Allow the user to specify the "biggest" section type from the command line; | Fred Drake | 1998-03-07 | 1 | -6/+15 |
| | | | | | default is "chapter". Use 'python toc2bkm.py -c section' to use with Python HOWTO documents. | ||||
* | Utility to help create outline information for PDF. | Fred Drake | 1998-03-06 | 1 | -0/+115 |