summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/eplain/btxmac.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/eplain/btxmac.tex')
-rw-r--r--Master/texmf-dist/tex/eplain/btxmac.tex16
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/eplain/btxmac.tex b/Master/texmf-dist/tex/eplain/btxmac.tex
index 2799da70fce..9fd3e204157 100644
--- a/Master/texmf-dist/tex/eplain/btxmac.tex
+++ b/Master/texmf-dist/tex/eplain/btxmac.tex
@@ -1,14 +1,14 @@
%% @texfile{
%% author = "Karl Berry and Oren Patashnik",
-%% version = "0.99o",
-%% date = "12 May 2016",
+%% version = "0.99p",
+%% date = "30 May 2019",
%% filename = "btxmac.tex",
%% address = "tex-eplain@tug.org",
%% supported = "yes",
%% docstring = "Defines macros that make BibTeX work with plain TeX",
%% }
% BibTeX-for-TeX macros for BibTeX 0.99c, TeX 3.0 or later.
-% Copyright 1990, 1991, 1992, 1995, 2005, 2007, 2013, 2016 Karl Berry &
+% Copyright 1990, 1991, 1992, 1995, 2005, 2007, 2013, 2016, 2019 Karl Berry &
% Oren Patashnik.
%
% Unlimited copying and redistribution of this file are permitted as
@@ -144,8 +144,8 @@
% \mbox, since many .bib files use them. This version was
% never actually released, but these changes appear
% starting with 0.99k-18aug05.
-% 18-Aug-05 0.99k-18aug05, made the \emph, etc., definitions effective only
-% if not already defined. Provided
+% 18-Aug-05 0.99k-18aug05, made the \em, \emph, etc., definitions effective
+% only if not already defined. Provided
% \printcite{pre,post}item, \bblitemhook.
% 09-Sep-07 0.99k-09sep07, executed \@citedef in a group to avoid potential
% save-stack overflow.
@@ -156,6 +156,8 @@
% ignored spaces after the optional argument.
% 12-May-16 0.99o, renamed \@newcommand and others to \@btx..., to avoid
% conflict with Babel's file plain.def.
+% 30-May-19 0.99p, one missed rename of \@continuenewcommand to \@btx...,
+% that made \providecommand fail.
%
% The LaTeX-related commands defined in this file include
% (a) the four commands that a user types (\bibliography,
@@ -794,9 +796,9 @@
\def\@btxcommandname{#1}%
%
\expandafter\ifx\@btxcommandname \@undefined
- \let\cs=\@continuenewcommand % undefined, so we'll define it
+ \let\cs=\@btxcontinuenewcommand % undefined, so we'll define it
\else
- \let\cs=\@gobble % already defined, so ignore it
+ \let\cs=\@gobble % already defined, so ignore it
\fi
\@getoptionalarg\cs
}%