diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-13 17:29:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-13 17:29:31 (GMT) |
commit | 8362d005cf70980ed64d84de4b3e39455b737149 (patch) | |
tree | 1a34547eb7a883676dcba61819525776c3c74f5b /Doc | |
parent | 95810e4d181bcaa4620eba752c7e942f08c1c79f (diff) | |
download | cpython-8362d005cf70980ed64d84de4b3e39455b737149.zip cpython-8362d005cf70980ed64d84de4b3e39455b737149.tar.gz cpython-8362d005cf70980ed64d84de4b3e39455b737149.tar.bz2 |
Added command at end to use times fonts; commented out. Instructions to use
times are there as well.
Doing it here means the switch only affects one file and gets everything
rebuilt as needed.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/myformat.sty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index c21e434..4a02d92 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -289,3 +289,6 @@ } \pagebreak% } + +% Uncomment the following line to use a PostScript font instead of bitmaps: +%\RequirePackage{times}\typeout{Using times fonts instead of Computer Modern.} |