diff options
-rw-r--r-- | ekdosis.dtx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 3e30e1e..de2e842 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -734,6 +734,7 @@ local function lem_rdg_totei(str) | |||
734 | function(bkslash, cmd, opt, arg) | 734 | function(bkslash, cmd, opt, arg) |
735 | opt = string.sub(opt, 2, -2) | 735 | opt = string.sub(opt, 2, -2) |
736 | arg = string.sub(arg, 2, -2) | 736 | arg = string.sub(arg, 2, -2) |
737 | opt = string.match(opt, "%f[%w]wit%s?%=%s?%b{}") | ||
737 | opt = string.gsub(opt, "wit%s?%=%s?(%b{})", function(bbraces) | 738 | opt = string.gsub(opt, "wit%s?%=%s?(%b{})", function(bbraces) |
738 | bbraces = string.sub(bbraces, 2, -2) | 739 | bbraces = string.sub(bbraces, 2, -2) |
739 | bbraces = ekdosis.getsiglum(bbraces, "tei") | 740 | bbraces = ekdosis.getsiglum(bbraces, "tei") |