From 5bb786877a5617fb8fbe3fd0e7b54fbcea3ce002 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 7 Dec 2018 20:44:55 +0100 Subject: 2018-12-07 19:45:00 --- tex/context/base/mkiv/publ-ini.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/context/base/mkiv/publ-ini.lua') diff --git a/tex/context/base/mkiv/publ-ini.lua b/tex/context/base/mkiv/publ-ini.lua index d58152bfc..ecc013dcd 100644 --- a/tex/context/base/mkiv/publ-ini.lua +++ b/tex/context/base/mkiv/publ-ini.lua @@ -32,7 +32,7 @@ local sortedkeys, sortedhash = table.sortedkeys, table.sortedhash local setmetatableindex = table.setmetatableindex local lpegmatch = lpeg.match local P, S, C, Ct, Cs, R, Carg = lpeg.P, lpeg.S, lpeg.C, lpeg.Ct, lpeg.Cs, lpeg.R, lpeg.Carg -local upper = utf.upper +local upper = characters.upper local report = logs.reporter("publications") local report_cite = logs.reporter("publications","cite") @@ -3463,7 +3463,7 @@ do implement { name = "btxcmdstring", - actions = function() context(btxstring) end, + actions = function() if btxstring ~= "" then context(btxstring) end end, } function publications.prerollcmdstring(str) -- cgit v1.2.3