eplain[47] btxmac.tex: missed \@btx...

commits+karl at tug.org commits+karl at tug.org
Fri May 31 18:06:35 CEST 2019


Revision: 47
          http://tug.org/svn/eplain?view=revision&revision=47
Author:   karl
Date:     2019-05-31 18:06:34 +0200 (Fri, 31 May 2019)
Log Message:
-----------
missed \@btx... rename making \providecommand fail

Modified Paths:
--------------
    trunk/btxmac.tex

Modified: trunk/btxmac.tex
===================================================================
--- trunk/btxmac.tex	2019-05-29 22:35:03 UTC (rev 46)
+++ trunk/btxmac.tex	2019-05-31 16:06:34 UTC (rev 47)
@@ -1,7 +1,7 @@
 %% @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 at tug.org",
 %%   supported = "yes",
@@ -8,7 +8,7 @@
 %%   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
 }%



More information about the tex-eplain-commits mailing list