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

Skip to content

Commit bdbadd4

Browse files
committed
Added style options twoside,a4wide,11pt
1 parent aa257d9 commit bdbadd4

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Doc/lib.tex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
\documentstyle[myformat]{report}
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.
27

38
\title{\bf
49
Python Library Reference

Doc/lib/lib.tex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
\documentstyle[myformat]{report}
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.
27

38
\title{\bf
49
Python Library Reference

0 commit comments

Comments
 (0)