diff options
author | Guido van Rossum <guido@python.org> | 1992-04-06 14:04:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-04-06 14:04:04 (GMT) |
commit | 379537805beb0df590acfa3f3910897143953548 (patch) | |
tree | 7547b053a1964420e9e2e5df9027fc32a3b1f3f9 /Doc/tut | |
parent | 6a1f08942002a7b55689e714460057e929788ad2 (diff) | |
download | cpython-379537805beb0df590acfa3f3910897143953548.zip cpython-379537805beb0df590acfa3f3910897143953548.tar.gz cpython-379537805beb0df590acfa3f3910897143953548.tar.bz2 |
Moved a4wide option to myformat.sty
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 24fb66b..83a0d8b 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -1,9 +1,4 @@ -\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. +\documentstyle[twoside,11pt,myformat]{report} \title{\bf Python Tutorial |