diff options
author | Fred Drake <fdrake@acm.org> | 2004-03-31 08:08:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-03-31 08:08:34 (GMT) |
commit | 862b46bbc10a87eb2f4dc8bef80ab134d4d14a88 (patch) | |
tree | c465680ce69b6e9eefc060d707dcded3912a2a56 /Doc/texinputs/manual.cls | |
parent | 90756c2da7240b3b5ccba1f547cd827b9e4176db (diff) | |
download | cpython-862b46bbc10a87eb2f4dc8bef80ab134d4d14a88.zip cpython-862b46bbc10a87eb2f4dc8bef80ab134d4d14a88.tar.gz cpython-862b46bbc10a87eb2f4dc8bef80ab134d4d14a88.tar.bz2 |
add a heavy box around warning notices to make them really stand out in the
PDF and PostScript versions of the docs (the CSS already does this for HTML)
Diffstat (limited to 'Doc/texinputs/manual.cls')
-rw-r--r-- | Doc/texinputs/manual.cls | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/texinputs/manual.cls b/Doc/texinputs/manual.cls index 49693e6..e28d87f 100644 --- a/Doc/texinputs/manual.cls +++ b/Doc/texinputs/manual.cls @@ -7,6 +7,7 @@ [1998/03/03 Document class (Python manual)] \RequirePackage{pypaper} +\RequirePackage{fancybox} % Change the options here to get a different set of basic options, but only % if you have to. Paper and font size should be adjusted in pypaper.sty. |