From: Fred Drake Date: Tue, 13 Jan 1998 16:53:23 +0000 (+0000) Subject: Added openright option the the \documentclass{} for each of the manuals. X-Git-Tag: v1.5.1~983 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dca8792b524b1a97fddb97aa14c5ba7a6da869c2;p=python Added openright option the the \documentclass{} for each of the manuals. --- diff --git a/Doc/api.tex b/Doc/api.tex index e915c0c20b..ac6aba643e 100644 --- a/Doc/api.tex +++ b/Doc/api.tex @@ -1,4 +1,4 @@ -\documentclass[twoside]{report} +\documentclass[twoside,openright]{report} \usepackage{myformat} \title{Python/C API Reference Manual} diff --git a/Doc/api/api.tex b/Doc/api/api.tex index e915c0c20b..ac6aba643e 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -1,4 +1,4 @@ -\documentclass[twoside]{report} +\documentclass[twoside,openright]{report} \usepackage{myformat} \title{Python/C API Reference Manual} diff --git a/Doc/ext.tex b/Doc/ext.tex index f658f72583..c766231153 100644 --- a/Doc/ext.tex +++ b/Doc/ext.tex @@ -1,4 +1,4 @@ -\documentclass[twoside]{report} +\documentclass[twoside,openright]{report} \usepackage{myformat} % XXX PM Modulator diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index f658f72583..c766231153 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -1,4 +1,4 @@ -\documentclass[twoside]{report} +\documentclass[twoside,openright]{report} \usepackage{myformat} % XXX PM Modulator diff --git a/Doc/lib.tex b/Doc/lib.tex index 7871207b73..eb1571eda3 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -1,4 +1,4 @@ -\documentclass[twoside]{report} +\documentclass[twoside,openright]{report} \usepackage{myformat} % NOTE: this file controls which chapters/sections of the library diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 7871207b73..eb1571eda3 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -1,4 +1,4 @@ -\documentclass[twoside]{report} +\documentclass[twoside,openright]{report} \usepackage{myformat} % NOTE: this file controls which chapters/sections of the library 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: diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 4abd47051b..a687454ffb 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -1,4 +1,4 @@ -\documentclass[twoside]{report} +\documentclass[twoside,openright]{report} \usepackage{myformat} % Things to do: