summaryrefslogtreecommitdiff
path: root/indexing/xindex/lualatex/xindex-base.lua
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-06-08 03:02:56 +0000
committerNorbert Preining <norbert@preining.info>2020-06-08 03:02:56 +0000
commit7e1a772944cf3d35b15db92cf639c702d1acf053 (patch)
treeac361cbc01e725ed24086f89015dbcb3190b7f54 /indexing/xindex/lualatex/xindex-base.lua
parent666248863665f4318b13e1c1b7a2b94ef90a8b9a (diff)
CTAN sync 202006080302
Diffstat (limited to 'indexing/xindex/lualatex/xindex-base.lua')
-rw-r--r--indexing/xindex/lualatex/xindex-base.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/indexing/xindex/lualatex/xindex-base.lua b/indexing/xindex/lualatex/xindex-base.lua
index 6c51f21763..0670451d02 100644
--- a/indexing/xindex/lualatex/xindex-base.lua
+++ b/indexing/xindex/lualatex/xindex-base.lua
@@ -6,7 +6,7 @@
-- LICENSE: LPPL1.3
-----------------------------------------------------------------------
-local info = { version = 0.23 }
+local info = { version = 0.24 }
-- check config
if pageNoPrefixDel ~= "" then
@@ -121,6 +121,7 @@ end
]] -- no more needed, we redo the setting
if use_UCA then
+ writeLog(2,"Endhook for UCA ...",0)
for i=1, #NewIndex do
v = NewIndex[i]
-- the collator:get_lowest_char will return character on the given
@@ -133,6 +134,7 @@ if use_UCA then
v.sortChar = getSortChar(codepoints)
end
end
+ writeLog(2,"done\n",0)
end
if SORTendhook then
@@ -162,6 +164,7 @@ local excl = 0 -- number of ! symbols in one entry
local lastItems = {"","",""}
indLines = 0
writeLog(2,"Start writing .ind file ... \n",0)
+require 'xindex-pretty'.dump(NewIndex) -- only for internal dump
-- first the special cases for symbols and numbers: