summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/listbib/listbib.cfg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:58:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:58:07 +0000
commit5fa88075750e366e6d6353b7e3d55c9434dfd5ee (patch)
tree51995b8a76a6027850ce6731136d459720906518 /Master/texmf-dist/tex/latex/listbib/listbib.cfg
parent65d128f393a496cb781e5181d1ec8594baf183eb (diff)
listbib
git-svn-id: svn://tug.org/texlive/trunk@1044 c570f23f-e606-0410-a88d-b1316a301751
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}