diff options
author | Guido van Rossum <guido@python.org> | 1995-03-17 15:59:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-17 15:59:41 (GMT) |
commit | 55dd113bc878f5e584dcad81b4bed1144d320cb2 (patch) | |
tree | f2082fd91f4dcfa0b63c0b547f490c21115e7271 /Doc/ref | |
parent | 14ece169ab027c2139918d817fc210a1ee51a4d0 (diff) | |
download | cpython-55dd113bc878f5e584dcad81b4bed1144d320cb2.zip cpython-55dd113bc878f5e584dcad81b4bed1144d320cb2.tar.gz cpython-55dd113bc878f5e584dcad81b4bed1144d320cb2.tar.bz2 |
forget about html.sty
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref.tex b/Doc/ref/ref.tex index ae1a13e..a61c2de 100644 --- a/Doc/ref/ref.tex +++ b/Doc/ref/ref.tex @@ -1,4 +1,4 @@ -\documentstyle[twoside,11pt,myformat,html]{report} +\documentstyle[twoside,11pt,myformat]{report} \title{Python Reference Manual} |