diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-13 16:53:23 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-13 16:53:23 +0000 |
commit | dca8792b524b1a97fddb97aa14c5ba7a6da869c2 (patch) | |
tree | d5a35aa01b495446d0b599c9c85c4d59af74e721 /Doc/tut.tex | |
parent | 33d05b9d8802402dc25041322659d75e95bf2665 (diff) | |
download | cpython-git-dca8792b524b1a97fddb97aa14c5ba7a6da869c2.tar.gz |
Added openright option the the \documentclass{} for each of the manuals.
Diffstat (limited to 'Doc/tut.tex')
-rw-r--r-- | Doc/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex index 4abd47051b..a687454ffb 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -1,4 +1,4 @@ -\documentclass[twoside]{report} +\documentclass[twoside,openright]{report} \usepackage{myformat} % Things to do: |