% Standard Format for LaTeX files
%
% PLEASE UPDATE THE FOLLOWING LINE AS NEEDED:
% 1.1 changed from 12pt to 11pt. normal is same size, but other
%      sizes, e.g. headings are better.
% 1.2 increased paragraph separation from default to 8pt
% 1.3 Latex version 2.08 (vms version 1.3) removed pagelayout 
%        change to syntax of documentstyle
% 1.4 Renamed file OSBFMT.TEX 
%
\typeout{OSB Document Style. Version 1.4 - 23 March 1988}
%
% increase size to 11pt
\documentstyle[twoside,11pt,fleqn]{article}
%
% user defines heading, usually article's title using 
% \markboth or \markright commands
%
\pagestyle{myheadings}
%
%
\mathindent 1.0in
%
% indents flushleft formulas and equations 1.0in
%
% increase amount of print on paper
\topmargin 0in
\oddsidemargin .125in
\evensidemargin .125in
\textheight 8.25in
\textwidth 6.25in
%
% paragraphing commands
\parskip 8pt plus 3pt minus 2pt
\parindent 0in
%
\pagenumbering{arabic}
%
% marginal note (paragraph) width
\marginparwidth 0.75in
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
% used for highlighting keys
\font\keyfont=cmssbx10
\newcommand{\key}[1]{\fbox{{\keyfont #1}}}
