Received: by nummer-3.proteosys id <01C19443.4601EF84@nummer-3.proteosys>; Thu, 3 Jan 2002 11:42:00 +0100 MIME-Version: 1.0 x-vm-v5-data: ([nil nil nil nil nil nil nil t nil][nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil]) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C19443.4601EF84" X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message Subject: thebib-plus.sty Date: Mon, 2 Sep 1991 01:00:00 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: Sender: "LaTeX-L Mailing list" To: "Rainer M. Schoepf" Reply-To: "LaTeX-L Mailing list" Status: R X-Status: X-Keywords: X-UID: 374 This is a multi-part message in MIME format. ------_=_NextPart_001_01C19443.4601EF84 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable % This style-option file, thebib-plus.sty, is based on code taken from % article.doc and report.doc/book.doc. % % It differs from the standard code in that: % - a command \bibtitle is defined, to generate the bibliography title % - a command \bibheadtitle is defined, to generate the text to be used % by \pagestyle{headings} % - \bibtitle and \bibheadtitle are set to generate "References" and % "REFERENCES" respectively. % - an \addcontentsline{toc}{...}{\bibtitle} command is issued. % Thus: % - the default bibliography title is "References", but can be changed = by % having \renewcommand{\bibtitle}{...} before \begin{thebibliography} % or \bibliography % - the default page header text is "REFERENCES", but can be changed by % \renewcommand{\bibheadtitle}{...} % - \tableofcontents will give a table of contents that mentions the % bibliography. % % David Rhead % Cripps Computing = Centre % February 1990 % Define default title and page-head text. % \def\bibtitle{References} \def\bibheadtitle{REFERENCES} \@ifundefined{chapter}{\def\thebibliography#1{\section*{\bibtitle\@mkboth= {\bibheadtitle}{\bibheadtitle}} \addcontentsline{toc}{section}{\bibtitle}\list {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth \advance\leftmargin\labelsep \usecounter{enumi}} \def\newblock{\hskip .11em plus .33em minus .07em} \sloppy\clubpenalty4000\widowpenalty4000 \sfcode`\.=3D1000\relax}}% {\def\thebibliography#1{\chapter*{\bibtitle\@mkboth {\bibheadtitle}{\bibheadtitle}} \addcontentsline{toc}{chapter}{\bibtitle}\list {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth \advance\leftmargin\labelsep \usecounter{enumi}} \def\newblock{\hskip .11em plus .33em minus .07em} \sloppy\clubpenalty4000\widowpenalty4000 \sfcode`\.=3D1000\relax}} ------_=_NextPart_001_01C19443.4601EF84 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable thebib-plus.sty

%  This style-option file, thebib-plus.sty, is = based on code taken from
%  article.doc and report.doc/book.doc.
%
%  It differs from the standard code in = that:
%  - a command \bibtitle is defined, to generate = the bibliography title
%  - a command \bibheadtitle is defined, to = generate the text to be used
%    by \pagestyle{headings}
%  - \bibtitle and \bibheadtitle are set to = generate "References" and
%    "REFERENCES" = respectively.
%  - an \addcontentsline{toc}{...}{\bibtitle} = command is issued.
%  Thus:
%  - the default bibliography title is = "References", but can be changed by
%    having = \renewcommand{\bibtitle}{...} before \begin{thebibliography}
%    or \bibliography
%  - the default page header text is = "REFERENCES", but can be changed by
%    = \renewcommand{\bibheadtitle}{...}
%  - \tableofcontents will give a table of = contents that mentions the
%    bibliography.
%
%          &nb= sp;           &nbs= p;            = ;            =       David Rhead
%          &nb= sp;           &nbs= p;            = ;            =       Cripps Computing Centre
%          &nb= sp;           &nbs= p;            = ;            =       February 1990

%  Define default title and page-head = text.
%
\def\bibtitle{References}
\def\bibheadtitle{REFERENCES}

\@ifundefined{chapter}{\def\thebibliography#1{\section*{\bibtitl= e\@mkboth
  {\bibheadtitle}{\bibheadtitle}}
  = \addcontentsline{toc}{section}{\bibtitle}\list
  = {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth
    = \advance\leftmargin\labelsep
    \usecounter{enumi}}
    \def\newblock{\hskip .11em plus = .33em minus .07em}
    = \sloppy\clubpenalty4000\widowpenalty4000
    \sfcode`\.=3D1000\relax}}%
{\def\thebibliography#1{\chapter*{\bibtitle\@mkboth
  {\bibheadtitle}{\bibheadtitle}}
  = \addcontentsline{toc}{chapter}{\bibtitle}\list
  = {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth
    = \advance\leftmargin\labelsep
    \usecounter{enumi}}
    \def\newblock{\hskip .11em plus = .33em minus .07em}
    = \sloppy\clubpenalty4000\widowpenalty4000
    \sfcode`\.=3D1000\relax}}


------_=_NextPart_001_01C19443.4601EF84--