Added style options twoside,a4wide,11pt

This commit is contained in:
Guido van Rossum 1992-03-31 19:12:06 +00:00
parent aa257d90da
commit bdbadd4ca1
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,9 @@
\documentstyle[myformat]{report}
\documentstyle[twoside,a4wide,11pt,myformat]{report}
% ^^^^^^^^^^^^^^^^^^^^
% If you have trouble finding these style files, any of the pointed-at
% style options are optional and may be taken out.
% But "myformat.sty" should be found in the same directory as this file!
% Also, "myformat" should be last since it corrects a few style params.
\title{\bf
Python Library Reference

View File

@ -1,4 +1,9 @@
\documentstyle[myformat]{report}
\documentstyle[twoside,a4wide,11pt,myformat]{report}
% ^^^^^^^^^^^^^^^^^^^^
% If you have trouble finding these style files, any of the pointed-at
% style options are optional and may be taken out.
% But "myformat.sty" should be found in the same directory as this file!
% Also, "myformat" should be last since it corrects a few style params.
\title{\bf
Python Library Reference