%/u/sy/beebe/tex/bib/bibnames.sty, Tue Jul 10 14:19:57 1990
%Edit by Nelson H.F. Beebe <
[email protected]>
%%%
%%% =====================================================================
%%% ====================================================================
%%% @LaTeX-style-file{
%%% author = "Nelson H. F. Beebe",
%%% version = "1.04",
%%% date = "13 June 1992",
%%% time = "18:10:43 MDT",
%%% filename = "bibnames.sty",
%%% address = "Center for Scientific Computing
%%% Department of Mathematics
%%% South Physics Building
%%% University of Utah
%%% Salt Lake City, UT 84112
%%% USA",
%%% telephone = "(801) 581-5254",
%%% FAX = "(801) 581-4148",
%%% checksum = "30791 146 481 4636",
%%% email = "
[email protected] (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "bibliography, TeX",
%%% supported = "yes",
%%% docstring = "This file provides standard definitions of
%%% proper names needed in TeX-related
%%% bibliographies. The definitions augment
%%% those in texnames.sty, which is input here
%%% first.
%%%
%%% Any macro that is previously defined will
%%% be left unchanged, so the definitions here,
%%% supplement, but do not override, existing
%%% ones.
%%%
%%% In LaTeX, use this file as a document
%%% option:
%%% \documentstyle[bibnames]{...}
%%%
%%% In Plain TeX, just do
%%% \input bibnames.sty
%%%
%%% The checksum field above contains a CRC-16
%%% checksum as the first value, followed by the
%%% equivalent of the standard UNIX wc (word
%%% count) utility output of lines, words, and
%%% characters. This is produced by Robert
%%% Solovay's checksum utility.",
%%% }
%%% ====================================================================
%
\immediate\write16{This is bibnames.sty, Version 1.04 <13 June 1992>}%
%
%=======================================================================
% The TeX-related program names that are not defined already in LaTeX
%
% Original version by:
%
% Richard Furuta
% Department of Computer Science
% University of Maryland
% College Park, MD 20742
%
%
[email protected]
% seismo!umcp-cs!furuta
%
% October 22, 1986, first release
%
% April 1, 1987: modified by William LeFebvre, Rice University
% Now includes definitions for BibTeX and SLiTeX, as they appear in the
% LaTeX Local User's Guide.
%
% April 10, 1989: modified by NHFB: added use of \ifundefined so as to
% preserve any existing definitions.
%
% 10 September 1991: Modified by Karl Berry and NHFB: Now that BibTeX
% can be used with Plain TeX too, change entire file to use \def
% instead of \newcommand.
%
% 13 June 1992: Modified by NHFB: input texnames.sty for most defs
% to avoid duplications.
%=======================================================================
%
\input texnames.sty
%
% TeXbook, p. 308:
\def\ifundefined#1{\expandafter\ifx\csname#1\endcsname\relax}
%
%
% Please keep these definitions in alphabetical order:
%
\ifundefined{CMR}%
\def\CMR{Computer Modern}%
\fi
%
\ifundefined{CWEB}%
\def\CWEB{{\tt CWEB}}%
\fi
%
\ifundefined{emdash}%
\def\emdash{\penalty\exhyphenpenalty---\penalty\exhyphenpenalty}%
\fi
%
\ifundefined{FWEB}%
\def\FWEB{{\tt FWEB}}%
\fi
%
\ifundefined{ndash}%
\def\ndash{\penalty\exhyphenpenalty--\penalty\exhyphenpenalty}%
\fi
%
\ifundefined{noopsort}%
\def\noopsort#1{}%
\fi
%
\ifundefined{PLOT}%
\def\PLOT{\hbox{\raise.2ex\hbox{$<$}\kern-.06em\hbox{PLOT79
\kern-.3em\hbox{\raise.2ex\hbox{$>$}}}}}%
\fi
%
\ifundefined{POSTSCRIPT}%
\font\sc = cmcsc10
\def\POSTSCRIPT{{\sc Post\-Script}}%
\fi
%
\ifundefined{PS}%
\let\PS = \POSTSCRIPT
\fi
%
\ifundefined{singleletter}%
\def\singleletter#1{#1}%
\fi
%
\ifundefined{tubissue}%
\def\tubissue#1#2{\TUB~#1, no.~#2}%
\fi
%
\ifundefined{TUB}%
\def\TUB{{\it TUG\-boat\/}}%
\fi
%
\ifundefined{WEB}%
\def\WEB{{\tt WEB}}%
\fi
\endinput
%% ==============================[The End]==============================