home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / tex / inputs.sit / TeX-inputs / openbib.sty < prev    next >
Encoding:
Text File  |  1989-09-19  |  812 b   |  31 lines  |  [TEXT/????]

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