%% %% This is file `natbib.sty', generated %% on <1995/2/23> with the docstrip utility (2.2i). %% %% The original source files were: %% %% natbib.dtx (with options: `package,all') %% %% Only a few abbreviated comments remain here to describe the usage. %% \NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{natbib} [1995/02/08 5.4 (PWD)] %------------------------------------------------------------------- % NOTICE: % This file may be used for non-profit purposes. % It may not be distributed in exchange for money, % other than distribution costs. % % The author provides it `as is' and does not guarantee it in any way. % %% Copyright (C) 1994, 1995 Patrick W. Daly % Max-Planck-Institut f\"ur Aeronomie % Postfach 20 % D-37189 Katlenburg-Lindau % Germany % % E-mail: % SPAN-- nsp::linmpi::daly (note nsp also known as ecd1) % Internet-- daly@linax1.dnet.gwdg.de %----------------------------------------------------------- % Intended mainly for author-year style citations, but will work with % numericals as well. % % If author-year style selected, then \bibitem must have one of the % following forms: % \bibitem[Jones et al.(1990)]{key}... % \bibitem[Jones et al.(1990)Jones, Baker, and Williams]{key}... % \bibitem[Jones et al., 1990]{key}... % \bibitem[\protect\citeauthoryear{Jones, Baker, and Williams}{Jones % et al.}{1990}]{key}... % \bibitem[\protect\citeauthoryear{Jones et al.}{1990}]{key}... % \bibitem[\protect\astroncite{Jones et al.}{1990}]{key}... % \bibitem[\protect\citename{Jones et al., }1990]{key}... % \harvarditem[Jones et al.]{Jones, Baker, and Williams}{1990}{key}... % % This is either to be made up manually, or to be generated by an % appropriate .bst file with BibTeX. % % Then, \cite{key} ==>> Jones et al. (1990) % \cite[]{key} ==>> (Jones et al., 1990) % Multiple citations as normal: % \cite[]{key1,key2} ==>> (Jones et al., 1990; Smith, 1989) % or (Jones et al., 1990, 1991) % or (Jones et al., 1990a,b) % Full author lists may be forced with \cite*, e.g. % \cite*[]{key} ==>> (Jones, Baker, and Williams, 1990) % Optional notes as: % \cite[chap. 2]{key} ==>> (Jones et al., 1990, chap. 2) % \cite[e.g.,][]{key} ==>> (e.g., Jones et al., 1990) % \cite[see][pg. 34]{key}==>> (see Jones et al., 1990, pg. 34) % (Note: in standard LaTeX, only one note is allowed, after the ref. % Here, one note is like the standard, two make pre- and post-notes.) % % Additional citation possibilities (author-year only) % \citeauthor{key} ==>> Jones et al. % \citeyear{key} ==>> 1990 % \citefullauthor{key} ==>> Jones, Baker, and Williams % (Multiple keys NOT allowed!) % Note: full author lists depends on whether the bib style supports them; % if not, the abbreviated list is printed even when full requested. % % Defining the citation style of a given bib style: % Use \bibpunct with 6 arguments: % 1. opening bracket for citation % 2. closing bracket % 3. citation separator (for multiple citations in one \cite) % 4. the letter n for numerical styles, s for superscripts % else anything for author-year % 5. punctuation between authors and date % 6. punctuation between years when common authors missing % Example (and default) \bibpunct{(}{)}{;}{a}{,}{,} % % To make this automatic for a given bib style, named newbib, say, add % to this style file % \bibstyle@newbib{\bibpunct... + any other redefinitions (see examples)} % Then the \bibliographystyle{newbib} will cause \bibstyle@newbib to % be called on THE NEXT LATEX RUN (via the aux file). % % Such preprogrammed definitions may be invoked in the text (after preamble) % by calling \citestyle{newbib}. This is only useful if the style specified % differs from that in \bibliographystyle. % % LaTeX2e Options: (for selecting punctuation) % round - round parentheses are used (default) % square - square brackets are used [option] % curly - curly braces are used {option} % angle - angle brackets are used