diff options
-rw-r--r-- | ekdosis.dtx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 23afbe2..5cae271 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -981,6 +981,7 @@ function ekdosis.closeteistream(opt) | |||
981 | if xmlbibresource ~= nil then | 981 | if xmlbibresource ~= nil then |
982 | bibf = assert(io.open(xmlbibresource, "r")) | 982 | bibf = assert(io.open(xmlbibresource, "r")) |
983 | t = bibf:read("*a") | 983 | t = bibf:read("*a") |
984 | t = string.gsub(t, " corresp%=%b\"\"", "") | ||
984 | f:write("<back>", "\n") | 985 | f:write("<back>", "\n") |
985 | f:write("<listBibl>", "\n") | 986 | f:write("<listBibl>", "\n") |
986 | for i in string.gmatch(t, "<biblStruct.->.-</biblStruct>") | 987 | for i in string.gmatch(t, "<biblStruct.->.-</biblStruct>") |