% OPENBIB DOCUMENT-STYLE OPTION FOR ARTICLE STYLE 
% RELEASED 14 January 1992 -- for LaTeX version 2.09
% Copyright (C) 1992 by Leslie Lamport, all rights reserved
 
% Produces the "open" bibliography style, in which each block starts
% on a new line, and succeeding lines in a block are indented by
% \bibindent.
%

\typeout{Document Style Option `openbib' -- Released 14 Jan 1992.}

% PREPARING A FOREIGN LANGUAGE VERSION:
%
% This document style is for documents prepared in the English language.
% To prepare a version for another language, various English words must
% be replaced.  All the English words that required replacement are
% indicated below, where we give the name of the command in which the
% words appear, and which must be redefined, with the actual words
% underlined.
%
% thebibliography environment:
%\def\refname{References}
%            ~~~~~~~~~~
%\def\bibname{Bibliography}
%            ~~~~~~~~~~~~ 
%

% It's rather hard to do line breaks in bibliographies,
% so we allow "sloppy" setting.
%	\sloppy
%
% The following \sfcode declaration causes a `.' (period) not to
% produce an end-of-sentence space.
%	\sfcode`\.=1000\relax
% actually:
%       \sfcode`\.\@m
 
\newdimen\bibindent
\bibindent=1.5em
 
%% RmS 91/11/13: Changed counter enumi to enumiv,
%%               as it says in the comment in latex.tex
%% RmS 92/01/14: Set \p@enumiv to {} and \theenumiv to \arabic{enumiv}
%%               to get correct references
\@ifundefined{chapter}{\def\thebibliography#1{%
  \section*{\refname\uppercase{\@mkboth
  {\refname}{\refname}}}\list
  {\@biblabel{\arabic{enumiv}}}{\settowidth\labelwidth{\@biblabel{#1}}%
    \leftmargin\labelwidth
    \advance\leftmargin\labelsep
    \advance\leftmargin\bibindent
    \itemindent -\bibindent
    \listparindent \itemindent
    \parsep \z@
    \usecounter{enumiv}%
    \let\p@enumiv\@empty
    \def\theenumiv{\arabic{enumiv}}}%
    \def\newblock{\par}%
    \sloppy
    \sfcode`\.\@m}}%
{\def\thebibliography#1{\chapter*{\bibname\uppercase{\@mkboth
  {\bibname}{\bibname}}}\list
  {\@biblabel{\arabic{enumiv}}}{\settowidth\labelwidth{\@biblabel{#1}}%
    \leftmargin\labelwidth
    \advance\leftmargin\labelsep
    \advance\leftmargin\bibindent
    \itemindent -\bibindent
    \listparindent \itemindent
    \parsep \z@
    \usecounter{enumiv}%
    \let\p@enumiv\@empty
    \def\theenumiv{\arabic{enumiv}}}%
    \def\newblock{\par}%
    \sloppy
    \sfcode`\.\@m}}

\endinput
