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

  1. % CLBIBA DOCUMENT-STYLE OPTION FOR ARTICLE STYLE
  2. %    for LaTeX version 2.08
  3. % Copyright (C) 1985, all rights reserved
  4.  
  5. % The following commands make the bibliography have a "closed" format,
  6. % where the blocks (major units of information) of an entry run together;
  7. % in the future, this will be the default format.
  8. %    \def\newblock{\hskip .11em plus .33em minus -.07em}
  9. %
  10. % It's rather hard to do line breaks in bibliographies,
  11. % so we allow "sloppy" setting.
  12. %    \sloppy
  13. %
  14. % The following \sfcode declaration causes a `.' (period) not to
  15. % produce an end-of-sentence space.
  16. %    \sfcode`\.=1000\relax
  17.  
  18. \def\thebibliography#1{\section*{References\markboth
  19.   {REFERENCES}{REFERENCES}}\list
  20.   {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}
  21.     \leftmargin\labelwidth
  22.     \advance\leftmargin\labelsep
  23.     \usecounter{enumi}}
  24.     \def\newblock{\hskip .11em plus .33em minus -.07em}
  25.     \sloppy
  26.     \sfcode`\.=1000\relax}
  27.