diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-26 23:16:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-26 23:16:27 +0000 |
commit | 468ba45a95f1adb9c950eae06fbabace68c4b561 (patch) | |
tree | 6ac5464b095702133a66523e12293d5209af278f /Master/texmf-dist/tex/csplain | |
parent | f8074c69ba481928861ccf448c6695cee3d70c88 (diff) |
csplain (27feb18)
git-svn-id: svn://tug.org/texlive/trunk@46746 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/csplain')
-rw-r--r-- | Master/texmf-dist/tex/csplain/opmac/opmac-bib.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/csplain/opmac/opmac-bib.tex b/Master/texmf-dist/tex/csplain/opmac/opmac-bib.tex index ead50e6b3d0..3a1b244590a 100644 --- a/Master/texmf-dist/tex/csplain/opmac/opmac-bib.tex +++ b/Master/texmf-dist/tex/csplain/opmac/opmac-bib.tex @@ -1,6 +1,6 @@ % opmac-bib %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Petr Olsak, version Jan. 2016 (beta) +% Petr Olsak, version Feb. 2018 (beta) % This is module for OPmac macros, see http://petr.olsak.net/opmac.html % The command: @@ -25,8 +25,11 @@ \def\tmp{} \let\errmessageori=\errmessage \def\errmessage#1{\def\tmp{error}} +\let\newwriteori=\newwrite % we need not to create \jobname.lbr: +\def\newwrite#1{\csname lb@restoreat\endcsname \endinput} \input librarian \let\errmessage=\errmessageori +\let\newwrite=\newwriteori \ifx\tmp\empty\else \def\usebib/#1 (#2) #3 {% \opwarning{eTeX and (pdfTeX or XeTeX or LuaTeX) not detected}% @@ -325,5 +328,6 @@ History: Apr. 2014: released Jan. 2016: "first entry wins" implemented Apr. 2016: \readentry -> \readbibentry, \usebib->\MakeReference +Feb. 2018: \input librarian does not create \jobname.lbr %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% end of the opmac-bib.tex |