1 \def\@cite#1#2{(#1\if@tempswa , #2\fi)}
5 \setlength{\bibhang}{2em}
7 \@ifundefined{chapter}{\def\thebibliography#1{\section*{REFERENCES\@mkboth
8 {REFERENCES}{REFERENCES}}\list
9 {\relax}{\setlength{\labelsep}{0em}
10 \setlength{\itemindent}{-\bibhang}
11 \setlength{\leftmargin}{\bibhang}}
12 \itemsep 0pt\parsep 0pt
13 \def\newblock{\hskip .11em plus .33em minus .07em}
14 \sloppy\clubpenalty4000\widowpenalty4000
15 \sfcode`\.=1000\relax}}%
16 {\def\thebibliography#1{\chapter*{Bibliography\@mkboth
17 {BIBLIOGRAPHY}{BIBLIOGRAPHY}}\list
18 {\relax}{\setlength{\labelsep}{0em}
19 \setlength{\itemindent}{-\bibhang}
20 \setlength{\leftmargin}{\bibhang}}
21 \itemsep 0pt\parsep 0pt
22 \def\newblock{\hskip .11em plus .33em minus .07em}
23 \sloppy\clubpenalty4000\widowpenalty4000
24 \sfcode`\.=1000\relax}}
26 \def\@citex[#1]#2{\if@filesw\immediate\write\@auxout{\string\citation{#2}}\fi
27 \def\@citea{}\@cite{\@for\@citeb:=#2\do
28 {\@citea\def\@citea{; }\@ifundefined
29 {b@\@citeb}{{\bf ?}\@warning
30 {Citation `\@citeb' on page \thepage \space undefined}}%
31 {\csname b@\@citeb\endcsname}}}{#1}}