summaryrefslogtreecommitdiff
path: root/indexing/xindex/lualatex/xindex-cfg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'indexing/xindex/lualatex/xindex-cfg.lua')
-rw-r--r--indexing/xindex/lualatex/xindex-cfg.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/indexing/xindex/lualatex/xindex-cfg.lua b/indexing/xindex/lualatex/xindex-cfg.lua
index 2860dbe50d..0adba23737 100644
--- a/indexing/xindex/lualatex/xindex-cfg.lua
+++ b/indexing/xindex/lualatex/xindex-cfg.lua
@@ -5,11 +5,11 @@
-- AUTHOR: Herbert Voß
-- LICENSE: LPPL1.3
--
--- $Id: xindex-cfg.lua 13 2021-08-15 10:49:40Z hvoss $
+-- $Id: xindex-cfg.lua 19 2022-01-22 09:59:15Z hvoss $
-----------------------------------------------------------------------
if not modules then modules = { } end modules ['xindex-cfg'] = {
- version = 0.34,
+ version = 0.35,
comment = "main configuration to xindex.lua",
author = "Herbert Voss",
copyright = "Herbert Voss",
@@ -53,7 +53,8 @@ alphabet_lower = { -- for sorting
{ 'p' },
{ 'q' },
{ 'r' },
- { 's', 'š', 'ß' },
+ { 's', 'š' },
+ { 'ss', 'ß' },
{ 't' },
{ 'u', 'ú', 'ù', 'ü' , 'û'},
{ 'v' },