diff options
author | Guido van Rossum <guido@python.org> | 1992-04-05 15:06:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-04-05 15:06:12 (GMT) |
commit | d33024c4516f0bf283595746449b4e135e2cacde (patch) | |
tree | 3d88d0b0d4dea4a5b074695d59a942fc68357ffc /Doc/tut | |
parent | cd7bf39c16fefa801f479ad46e9b3f4a6735c0ed (diff) | |
download | cpython-d33024c4516f0bf283595746449b4e135e2cacde.zip cpython-d33024c4516f0bf283595746449b4e135e2cacde.tar.gz cpython-d33024c4516f0bf283595746449b4e135e2cacde.tar.bz2 |
Copied doc style from other docs
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index d505cc0..24fb66b 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -1,6 +1,9 @@ -% Format this file with latex. - -\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 Tutorial |