mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Added openright option the the \documentclass{} for each of the manuals.
This commit is contained in:
parent
33d05b9d88
commit
dca8792b52
8 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
\documentclass[twoside]{report}
|
\documentclass[twoside,openright]{report}
|
||||||
\usepackage{myformat}
|
\usepackage{myformat}
|
||||||
|
|
||||||
\title{Python/C API Reference Manual}
|
\title{Python/C API Reference Manual}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
\documentclass[twoside]{report}
|
\documentclass[twoside,openright]{report}
|
||||||
\usepackage{myformat}
|
\usepackage{myformat}
|
||||||
|
|
||||||
\title{Python/C API Reference Manual}
|
\title{Python/C API Reference Manual}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
\documentclass[twoside]{report}
|
\documentclass[twoside,openright]{report}
|
||||||
\usepackage{myformat}
|
\usepackage{myformat}
|
||||||
|
|
||||||
% XXX PM Modulator
|
% XXX PM Modulator
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
\documentclass[twoside]{report}
|
\documentclass[twoside,openright]{report}
|
||||||
\usepackage{myformat}
|
\usepackage{myformat}
|
||||||
|
|
||||||
% XXX PM Modulator
|
% XXX PM Modulator
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
\documentclass[twoside]{report}
|
\documentclass[twoside,openright]{report}
|
||||||
\usepackage{myformat}
|
\usepackage{myformat}
|
||||||
|
|
||||||
% NOTE: this file controls which chapters/sections of the library
|
% NOTE: this file controls which chapters/sections of the library
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
\documentclass[twoside]{report}
|
\documentclass[twoside,openright]{report}
|
||||||
\usepackage{myformat}
|
\usepackage{myformat}
|
||||||
|
|
||||||
% NOTE: this file controls which chapters/sections of the library
|
% NOTE: this file controls which chapters/sections of the library
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
\documentclass[twoside]{report}
|
\documentclass[twoside,openright]{report}
|
||||||
\usepackage{myformat}
|
\usepackage{myformat}
|
||||||
|
|
||||||
% Things to do:
|
% Things to do:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
\documentclass[twoside]{report}
|
\documentclass[twoside,openright]{report}
|
||||||
\usepackage{myformat}
|
\usepackage{myformat}
|
||||||
|
|
||||||
% Things to do:
|
% Things to do:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue