%% listbib.cfg     VK 30 Jul 2000

% Date format: 99 Month 9999
\newcommand\monthname{%
  \ifcase \month \or
    January\or February\or March\or April\or May\or June\or
    July\or August\or September\or October\or November\or December\fi
}
\def\today{%
  \number\day \space \monthname \space \number\year
}

% Latin-1 input
% (There is currently no way to do this from within a .bib file.)
\usepackage[latin1]{inputenc}
