summaryrefslogtreecommitdiff
path: root/indexing/xindex/lualatex/xindex-cfg.lua
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-01-23 03:01:14 +0000
committerNorbert Preining <norbert@preining.info>2022-01-23 03:01:14 +0000
commit47551fbf494bf778f45c78692a0ff17d771b96d7 (patch)
tree1f44a26e32c56c992ec9a362455a7cc1dff71091 /indexing/xindex/lualatex/xindex-cfg.lua
parent26bfc07f2b7829213356de43cf5b81c3ba99e338 (diff)
CTAN sync 202201230301
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' },