From 8b6d5fdd702cf56fff1726738021326f2833ba55 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 2 May 2022 08:11:40 +0200 Subject: \getsiglum: removed unwanted capture in cmdtotei() --- ekdosis.dtx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ekdosis.dtx b/ekdosis.dtx index 23db1aa..f9c3584 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -11745,8 +11745,8 @@ local function cmdtotei(str) -- body = cmdtotei(body) return string.format("%s", teisiglum) end) - str = string.gsub(str, "\\(getsiglum)%s?(%b[])(%b{})", - function(cmd, opt, body) + str = string.gsub(str, "\\(getsiglum)%s?(%b{})", + function(cmd, body) body = string.sub(body, 2, -2) teisiglum = ekdosis.getsiglum(body, "tei") printsiglum = ekdosis.getsiglum(body) -- cgit v1.2.3