diff options
author | Guido van Rossum <guido@python.org> | 1992-03-31 19:12:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-03-31 19:12:06 (GMT) |
commit | bdbadd4ca16132bb1f98649955f4e063eb234253 (patch) | |
tree | c1c393781609303dda9ec158f3d3ec6afa897a03 /Doc/lib | |
parent | aa257d90da11b4f9d8d3fe8588bbab3b2499ae93 (diff) | |
download | cpython-bdbadd4ca16132bb1f98649955f4e063eb234253.zip cpython-bdbadd4ca16132bb1f98649955f4e063eb234253.tar.gz cpython-bdbadd4ca16132bb1f98649955f4e063eb234253.tar.bz2 |
Added style options twoside,a4wide,11pt
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/lib.tex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 6b8d978..a52d5ff 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -1,4 +1,9 @@ -\documentstyle[myformat]{report} +\documentstyle[twoside,a4wide,11pt,myformat]{report} +% ^^^^^^^^^^^^^^^^^^^^ +% If you have trouble finding these style files, any of the pointed-at +% style options are optional and may be taken out. +% But "myformat.sty" should be found in the same directory as this file! +% Also, "myformat" should be last since it corrects a few style params. \title{\bf Python Library Reference |