diff options
-rw-r--r-- | ekdosis.dtx | 6 |
1 files 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) | |||
8429 | * bsqbrackets | 8429 | * bsqbrackets |
8430 | * bsqbrackets | 8430 | * bsqbrackets |
8431 | * bcbraces | 8431 | * bcbraces |
8432 | * bsqbrackets^-1, | 8432 | * (bsqbrackets + bcbraces)^-1, |
8433 | function(cmd, pre, post, body, opt) | 8433 | function(cmd, pre, post, body, opt) |
8434 | pre = string.sub(pre, 2, -2) | 8434 | pre = string.sub(pre, 2, -2) |
8435 | post = string.sub(post, 2, -2) | 8435 | post = string.sub(post, 2, -2) |
@@ -8450,7 +8450,7 @@ local function icitetotei(str) | |||
8450 | * spcenc^-1 | 8450 | * spcenc^-1 |
8451 | * bsqbrackets | 8451 | * bsqbrackets |
8452 | * bcbraces | 8452 | * bcbraces |
8453 | * bsqbrackets^-1, | 8453 | * (bsqbrackets + bcbraces)^-1, |
8454 | function(cmd, post, body, opt) | 8454 | function(cmd, post, body, opt) |
8455 | post = string.sub(post, 2, -2) | 8455 | post = string.sub(post, 2, -2) |
8456 | body = string.sub(body, 2, -2) | 8456 | body = string.sub(body, 2, -2) |
@@ -8469,7 +8469,7 @@ local function icitetotei(str) | |||
8469 | * citecmds | 8469 | * citecmds |
8470 | * spcenc^-1 | 8470 | * spcenc^-1 |
8471 | * bcbraces | 8471 | * bcbraces |
8472 | * bsqbrackets^-1, | 8472 | * (bsqbrackets + bcbraces)^-1, |
8473 | function(cmd, body, opt) | 8473 | function(cmd, body, opt) |
8474 | body = string.sub(body, 2, -2) | 8474 | body = string.sub(body, 2, -2) |
8475 | if not checkxmlid(body) | 8475 | if not checkxmlid(body) |