blob: c812abd6c1bce64e9c9c52a29cadc46933d8985c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
%% 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}
|