summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/listbib/listbib.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/listbib/listbib.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/listbib/listbib.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/listbib/listbib.cfg b/Master/texmf-dist/tex/latex/listbib/listbib.cfg
new file mode 100644
index 00000000000..c812abd6c1b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/listbib/listbib.cfg
@@ -0,0 +1,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}