diff options
-rw-r--r-- | Doc/ref.tex | 2 | ||||
-rw-r--r-- | Doc/ref/ref.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref.tex b/Doc/ref.tex index ae1a13e3eb..a61c2de25d 100644 --- a/Doc/ref.tex +++ b/Doc/ref.tex @@ -1,4 +1,4 @@ -\documentstyle[twoside,11pt,myformat,html]{report} +\documentstyle[twoside,11pt,myformat]{report} \title{Python Reference Manual} diff --git a/Doc/ref/ref.tex b/Doc/ref/ref.tex index ae1a13e3eb..a61c2de25d 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} |