Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3795378

Browse files
committed
Moved a4wide option to myformat.sty
1 parent 6a1f089 commit 3795378

6 files changed

Lines changed: 6 additions & 36 deletions

File tree

Doc/lib.tex

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
\documentstyle[twoside,a4wide,11pt,myformat]{report}
2-
% ^^^^^^^^^^^^^^^^^^^^
3-
% If you have trouble finding these style files, any of the pointed-at
4-
% style options are optional and may be taken out.
5-
% But "myformat.sty" should be found in the same directory as this file!
6-
% Also, "myformat" should be last since it corrects a few style params.
1+
\documentstyle[twoside,11pt,myformat]{report}
72

83
\title{\bf
94
Python Library Reference

Doc/lib/lib.tex

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
\documentstyle[twoside,a4wide,11pt,myformat]{report}
2-
% ^^^^^^^^^^^^^^^^^^^^
3-
% If you have trouble finding these style files, any of the pointed-at
4-
% style options are optional and may be taken out.
5-
% But "myformat.sty" should be found in the same directory as this file!
6-
% Also, "myformat" should be last since it corrects a few style params.
1+
\documentstyle[twoside,11pt,myformat]{report}
72

83
\title{\bf
94
Python Library Reference

Doc/ref.tex

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
\documentstyle[twoside,a4wide,11pt,myformat]{report}
2-
% ^^^^^^^^^^^^^^^^^^^^
3-
% If you have trouble finding these style files, any of the pointed-at
4-
% style options are optional and may be taken out.
5-
% But "myformat.sty" should be found in the same directory as this file!
6-
% Also, "myformat" should be last since it corrects a few style params.
1+
\documentstyle[twoside,11pt,myformat]{report}
72

83
\title{\bf Python Reference Manual}
94

Doc/ref/ref.tex

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
\documentstyle[twoside,a4wide,11pt,myformat]{report}
2-
% ^^^^^^^^^^^^^^^^^^^^
3-
% If you have trouble finding these style files, any of the pointed-at
4-
% style options are optional and may be taken out.
5-
% But "myformat.sty" should be found in the same directory as this file!
6-
% Also, "myformat" should be last since it corrects a few style params.
1+
\documentstyle[twoside,11pt,myformat]{report}
72

83
\title{\bf Python Reference Manual}
94

Doc/tut.tex

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
\documentstyle[twoside,a4wide,11pt,myformat]{report}
2-
% ^^^^^^^^^^^^^^^^^^^^
3-
% If you have trouble finding these style files, any of the pointed-at
4-
% style options are optional and may be taken out.
5-
% But "myformat.sty" should be found in the same directory as this file!
6-
% Also, "myformat" should be last since it corrects a few style params.
1+
\documentstyle[twoside,11pt,myformat]{report}
72

83
\title{\bf
94
Python Tutorial

Doc/tut/tut.tex

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
\documentstyle[twoside,a4wide,11pt,myformat]{report}
2-
% ^^^^^^^^^^^^^^^^^^^^
3-
% If you have trouble finding these style files, any of the pointed-at
4-
% style options are optional and may be taken out.
5-
% But "myformat.sty" should be found in the same directory as this file!
6-
% Also, "myformat" should be last since it corrects a few style params.
1+
\documentstyle[twoside,11pt,myformat]{report}
72

83
\title{\bf
94
Python Tutorial

0 commit comments

Comments
 (0)