Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the release status obvious in the title area. | Fred Drake | 2002-03-15 | 1 | -1/+1 |
| | |||||
* | Fix PDF generation. | Fred Drake | 2000-09-05 | 1 | -2/+6 |
| | | | | | | | The \\ introduced in the \author in boilerplate.tex broke the PDF generation because line breaks are not allowed in the "Document Info" metadata stored in the PDF file. This changes the line break to a ", " (comma-space) in that context. | ||||
* | Move the setting for secnumdepth to the document classes; make the numbering | Fred Drake | 1999-06-29 | 1 | -0/+1 |
| | | | | | | | for the manual class go one deeper than it previously did (\subsection entries will now be numbered); no change for howto documents. This makes it easier to refer precisely to smaller sections using \ref. | ||||
* | Reduce the number of levels in the Table of Contents by one, mostly for the | Fred Drake | 1998-07-24 | 1 | -0/+1 |
| | | | | | | Python Library Reference. The other manuals do not suffer. This does not affect HOWTO documents. | ||||
* | \py@ModSynopsisFilename: New macro; gives names of the "current" .syn file. | Fred Drake | 1998-07-23 | 1 | -0/+9 |
| | | | | | \chapter: Extended, ensures that a pending module synopsis is written out and then closes the .syn file for the preceeding chapter. | ||||
* | Removed loading of shared font stuff from howto.cls and manual.cls, moving it | Fred Drake | 1998-06-22 | 1 | -5/+0 |
| | | | | | | | to pypaper.sty. Added the use of the "avant" package to use AvantGarde for the sans-serif font instead of the helvetica font loaded by the "times" package. | ||||
* | Do better hiding of internal names. | Fred Drake | 1998-04-28 | 1 | -13/+13 |
| | |||||
* | Load the options from the pypaper.sty file before setting up the "base class" | Fred Drake | 1998-04-25 | 1 | -3/+4 |
| | | | | for the manual documents. | ||||
* | Fix problem for the Library Reference where high-numbered sections of | Fred Drake | 1998-04-20 | 1 | -0/+5 |
| | | | | | high-numbered chapters took too much space for the section number in the table of contents. This makes the section number and title not overlap. | ||||
* | Shift (re-)definition of \theindex to the document classes so that it doesn't | Fred Drake | 1998-04-17 | 1 | -0/+12 |
| | | | | break HOWTO documents. | ||||
* | \tableofcontents: Add support for some warning reduction in python.sty. | Fred Drake | 1998-03-27 | 1 | -0/+1 |
| | |||||
* | Don't use the fncychap package for HOWTO documents; appendices break. Still | Fred Drake | 1998-03-25 | 1 | -3/+11 |
| | | | | use them for manuals. | ||||
* | Change uses of \pdfinfo and \pdfcatalog to use the new syntax from the | Fred Drake | 1998-03-25 | 1 | -3/+4 |
| | | | | | latest pdftex. (Which we have here at CNRI.) This makes the PDF targets work again. | ||||
* | Remove \newif relating to index support; no longer needed. Index control | Fred Drake | 1998-03-09 | 1 | -1/+0 |
| | | | | is now shared and located solely in python.sty. | ||||
* | Move the change to ending the abstract from python.sty to manual.cls; it | Fred Drake | 1998-03-05 | 1 | -0/+14 |
| | | | | is not appropriate for the howto document class. | ||||
* | Define a new conditional, use this to control creation of module index | Fred Drake | 1998-03-04 | 1 | -0/+1 |
| | | | | data file. | ||||
* | Improve separation of document class and python semantic constructs. This | Fred Drake | 1998-03-04 | 1 | -1/+62 |
| | | | | will allow us to have a class of smaller documents as well. | ||||
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 1 | -0/+39 |
now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file. |