summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-06 22:14:02 +0000
committerKarl Berry <karl@freefriends.org>2018-12-06 22:14:02 +0000
commit4730f384a0f5538cd55aedf11762bcc5d3aeec86 (patch)
treee4a20e0b140edd07a6a3454366b5403cd511a3be /Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua
parent1029a4f1c9617517f5aab7238fc2afe35216f27b (diff)
xindex (6dec18)
git-svn-id: svn://tug.org/texlive/trunk@49332 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua')
-rw-r--r--Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua b/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua
index e8ba4a4b827..78a2422bb43 100644
--- a/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua
+++ b/Master/texmf-dist/tex/lualatex/xindex/xindex-base.lua
@@ -6,7 +6,7 @@
-- LICENSE: LPPL1.3
-----------------------------------------------------------------------
-local info = { version = 0.05}
+local info = { version = 0.06}
-- check config
if pageNoPrefixDel ~= "" then
@@ -63,7 +63,7 @@ k = 0
table.sort(Index,UTFCompare)
if SORTposthook then Index = SORTposthook(Index) end
-writeLog(1,"------------------ Start list after table.sort(Index,UTFCompare)------------\n",2)
+writeLog(1,"\n------------------ Start list after table.sort(Index,UTFCompare)------------\n",2)
printList(Index,2)
writeLog(1,require 'xindex-pretty'.dump(Index),3) -- only for internal dump
writeLog(1,"\n------------------ end list after table.sort(Index,UTFCompare)------------\n",2)