From cfc8f30606496bef1f0109d7f1243e53dc7337c0 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 13 Oct 2020 11:00:24 +0200 Subject: accept bcbraces as final argument in citecmds --- ekdosis.dtx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ekdosis.dtx b/ekdosis.dtx index 9772a39..1739bfc 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -8429,7 +8429,7 @@ local function icitetotei(str) * bsqbrackets * bsqbrackets * bcbraces - * bsqbrackets^-1, + * (bsqbrackets + bcbraces)^-1, function(cmd, pre, post, body, opt) pre = string.sub(pre, 2, -2) post = string.sub(post, 2, -2) @@ -8450,7 +8450,7 @@ local function icitetotei(str) * spcenc^-1 * bsqbrackets * bcbraces - * bsqbrackets^-1, + * (bsqbrackets + bcbraces)^-1, function(cmd, post, body, opt) post = string.sub(post, 2, -2) body = string.sub(body, 2, -2) @@ -8469,7 +8469,7 @@ local function icitetotei(str) * citecmds * spcenc^-1 * bcbraces - * bsqbrackets^-1, + * (bsqbrackets + bcbraces)^-1, function(cmd, body, opt) body = string.sub(body, 2, -2) if not checkxmlid(body) -- cgit v1.2.3