home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / tex / ozinp.sit / TeX-inputs / openbib.sty < prev    next >
Encoding:
Text File  |  1988-10-11  |  810 b   |  29 lines

  1. %openbib.sty 8 Jul 85
  2. \newdimen\bibindent
  3. \bibindent=1.5em
  4. \@ifundefined{chapter}{\def\thebibliography#1{\section*{References\markboth
  5.  {REFERENCES}{REFERENCES}}\list
  6.  {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}
  7.  \leftmargin\labelwidth
  8.  \advance\leftmargin\labelsep
  9.  \advance\leftmargin\bibindent
  10.  \itemindent -\bibindent
  11.  \listparindent \itemindent
  12.  \parsep \z@
  13.  \usecounter{enumi}}
  14.  \def\newblock{\par}
  15.  \sloppy
  16.  \sfcode`\.=1000\relax}}{\def\thebibliography#1{\chapter*{Bibliography\markboth
  17.  {BIBLIOGRAPHY}{BIBLIOGRAPHY}}\list
  18.  {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}
  19.  \leftmargin\labelwidth
  20.  \advance\leftmargin\labelsep
  21.  \advance\leftmargin\bibindent
  22.  \itemindent -\bibindent
  23.  \listparindent \itemindent
  24.  \parsep \z@
  25.  \usecounter{enumi}}
  26.  \def\newblock{\par}
  27.  \sloppy
  28.  \sfcode`\.=1000\relax}}
  29.