diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-31 21:46:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-31 21:46:33 +0000 |
commit | 891121c6ad3d6a58ad69198c9388cb7cfbc4345b (patch) | |
tree | 15302de3d40f21a4f7fe19969058819e61b01f5c /Master/texmf-dist/tex/eplain | |
parent | 6d89f134ee1ac49e8dace555969f8bfc1086109a (diff) |
eplain (31may19)
git-svn-id: svn://tug.org/texlive/trunk@51280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/eplain')
-rw-r--r-- | Master/texmf-dist/tex/eplain/btxmac.tex | 16 | ||||
-rw-r--r-- | Master/texmf-dist/tex/eplain/eplain.tex | 16 |
2 files changed, 17 insertions, 15 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 }% diff --git a/Master/texmf-dist/tex/eplain/eplain.tex b/Master/texmf-dist/tex/eplain/eplain.tex index 049fe9d447a..d4dc8e2a1c9 100644 --- a/Master/texmf-dist/tex/eplain/eplain.tex +++ b/Master/texmf-dist/tex/eplain/eplain.tex @@ -1,10 +1,10 @@ %% @texfile{ %% author = "Karl Berry, Steven Smith, Oleg Katsitadze, and others", -%% version = "3.8", -%% date = "Thu May 12 09:13:53 PDT 2016", +%% version = "3.9", +%% date = "Thu May 30 08:55:47 PDT 2019", %% filename = "eplain.tex", %% email = "bug-eplain@tug.org", -%% checksum = "4135 9294 134238", +%% checksum = "4135 9294 134244", %% codetable = "ASCII", %% supported = "yes", %% docstring = "This file defines macros that extend and expand on @@ -184,8 +184,8 @@ end \fi %% @texfile{ %% author = "Karl Berry and Oren Patashnik", -%% version = "0.99o", -%% date = "10 May 2016", +%% version = "0.99p", +%% date = "30 May 2019", %% filename = "btxmac.tex", %% address = "tex-eplain@tug.org", %% supported = "yes", @@ -441,9 +441,9 @@ end \long\def\providecommand#1{% \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 }% @@ -4131,5 +4131,5 @@ end \def\fmtname{eplain}% \def\eplain{t}% {\edef\plainversion{\fmtversion}% - \xdef\fmtversion{3.8: 12 May 2016 (and plain \plainversion)}% + \xdef\fmtversion{3.9: 30 May 2019 (and plain \plainversion)}% }% |