Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use a test for PDF support that is more portable across teTeX major versions | Fred Drake | 2005-07-29 | 1 | -2/+4 |
| | | | | (closes SF bug #1238210) | ||||
* | add a heavy box around warning notices to make them really stand out in the | Fred Drake | 2004-03-31 | 1 | -0/+1 |
| | | | | PDF and PostScript versions of the docs (the CSS already does this for HTML) | ||||
* | Make the howto document class work properly with the pypaper.sty | Fred Drake | 2003-07-17 | 1 | -1/+1 |
| | | | | | paper-size hook. SF patch #772550. | ||||
* | Make the release status obvious in the title area. | Fred Drake | 2002-03-15 | 1 | -1/+1 |
| | |||||
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 1 | -0/+1 |
| | | | | | | | is encoded in u-LAW format. Based on suggestion from Anthony Baxter <anthony_baxter@users.sourceforge.net>. This closes bug #122273. | ||||
* | 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. | ||||
* | \py@ModSynopsisFilename: New macro; gives names of the .syn file. | Fred Drake | 1998-07-23 | 1 | -0/+3 |
| | |||||
* | 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 | -12/+12 |
| | |||||
* | Shift (re-)definition of \theindex to the document classes so that it doesn't | Fred Drake | 1998-04-17 | 1 | -0/+11 |
| | | | | 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 | -4/+6 |
| | | | | 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. | ||||
* | LaTeX class for Python HOWTO documents. | Fred Drake | 1998-03-06 | 1 | -0/+88 |