File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- \documentstyle [twoside,11pt,myformat]{report}
1+ \documentclass [twoside ]{report }
2+ \usepackage {myformat }
23
34\title {Python/C API Reference Manual}
45
910
1011\begin {document }
1112
13+ \pagestyle {empty}
1214\pagenumbering {roman}
1315
1416\maketitle
3133
3234\end {abstract }
3335
34- \pagebreak
35-
36- {
37- \parskip = 0mm
38- \tableofcontents
39- }
40-
41- \pagebreak
36+ \mytableofcontents
4237
4338\pagenumbering {arabic}
4439
Original file line number Diff line number Diff line change 1- \documentstyle [twoside,11pt,myformat]{report}
1+ \documentclass [twoside ]{report }
2+ \usepackage {myformat }
23
34\title {Python/C API Reference Manual}
45
910
1011\begin {document }
1112
13+ \pagestyle {empty}
1214\pagenumbering {roman}
1315
1416\maketitle
3133
3234\end {abstract }
3335
34- \pagebreak
35-
36- {
37- \parskip = 0mm
38- \tableofcontents
39- }
40-
41- \pagebreak
36+ \mytableofcontents
4237
4338\pagenumbering {arabic}
4439
Original file line number Diff line number Diff line change 1- \documentstyle [twoside,myformat]{report}
1+ \documentclass [twoside ]{report }
2+ \usepackage {myformat }
23
34% NOTE: this file controls which chapters/sections of the library
45% manual are actually printed. It is easy to customize your manual
1314
1415\begin {document }
1516
17+ \pagestyle {empty}
1618\pagenumbering {roman}
1719
1820\maketitle
5456
5557\end {abstract }
5658
57- \pagebreak
58-
59- {
60- \parskip = 0mm
61- \tableofcontents
62- }
63-
64- \pagebreak
59+ \mytableofcontents
6560
6661\pagenumbering {arabic}
6762
Original file line number Diff line number Diff line change 1- \documentstyle [twoside,myformat]{report}
1+ \documentclass [twoside ]{report }
2+ \usepackage {myformat }
23
34% NOTE: this file controls which chapters/sections of the library
45% manual are actually printed. It is easy to customize your manual
1314
1415\begin {document }
1516
17+ \pagestyle {empty}
1618\pagenumbering {roman}
1719
1820\maketitle
5456
5557\end {abstract }
5658
57- \pagebreak
58-
59- {
60- \parskip = 0mm
61- \tableofcontents
62- }
63-
64- \pagebreak
59+ \mytableofcontents
6560
6661\pagenumbering {arabic}
6762
Original file line number Diff line number Diff line change 1- \documentstyle [twoside,11pt,myformat]{report}
1+ \documentclass [twoside ]{report }
2+ \usepackage {myformat }
23
34% Things to do:
45% Add a section on file I/O
6263
6364\end {abstract }
6465
65- \pagebreak
66- {
67- \parskip = 0mm
68- \tableofcontents
69- }
70-
71- \pagebreak
66+ \mytableofcontents
7267
7368\pagenumbering {arabic}
7469
Original file line number Diff line number Diff line change 1- \documentstyle [twoside,11pt,myformat]{report}
1+ \documentclass [twoside ]{report }
2+ \usepackage {myformat }
23
34% Things to do:
45% Add a section on file I/O
6263
6364\end {abstract }
6465
65- \pagebreak
66- {
67- \parskip = 0mm
68- \tableofcontents
69- }
70-
71- \pagebreak
66+ \mytableofcontents
7267
7368\pagenumbering {arabic}
7469
You can’t perform that action at this time.
0 commit comments