summaryrefslogtreecommitdiff
path: root/indexing/xindex/lualatex/xindex-DIN2.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-DIN2.lua
parent26bfc07f2b7829213356de43cf5b81c3ba99e338 (diff)
CTAN sync 202201230301
Diffstat (limited to 'indexing/xindex/lualatex/xindex-DIN2.lua')
-rw-r--r--indexing/xindex/lualatex/xindex-DIN2.lua20
1 files changed, 6 insertions, 14 deletions
diff --git a/indexing/xindex/lualatex/xindex-DIN2.lua b/indexing/xindex/lualatex/xindex-DIN2.lua
index b325346d0e..35ec8ab462 100644
--- a/indexing/xindex/lualatex/xindex-DIN2.lua
+++ b/indexing/xindex/lualatex/xindex-DIN2.lua
@@ -1,30 +1,21 @@
-----------------------------------------------------------------------
--- FILE: xindex-cfg.lua
+-- FILE: xindex-DIN2.lua
-- DESCRIPTION: configuration file for xindex.lua
-- REQUIREMENTS:
-- AUTHOR: Herbert Voß
-- LICENSE: LPPL1.3
--
--- $Id: xindex-DIN2.lua 13 2021-08-15 10:49:40Z hvoss $
+-- $Id: xindex-DIN2.lua 19 2022-01-22 09:59:15Z hvoss $
-----------------------------------------------------------------------
-if not modules then modules = { } end modules ['xindex-cfg'] = {
- version = 0.34,
+if not modules then modules = { } end modules ['xindex-DIN2'] = {
+ version = 0.33,
comment = "configuration to xindex.lua",
author = "Herbert Voss",
copyright = "Herbert Voss",
license = "LPPL 1.3"
}
-escape_chars = { -- by default " is the escape char
- {'""', "\\escapedquote", '\"{}' },
- {'"@', "\\escapedat", "@" },
- {'"|', "\\escapedvert", "|" },
- {'"!', "\\escapedexcl", "!" },
- {'"(', "\\escapedparenleft", "(" },
- {'")', "\\escapedparenright", ")" }
-}
-
itemPageDelimiter = "," -- Hello, 14
compressPages = true -- something like 12--15, instaead of 12,13,14,15. the |( ... |) syntax is still valid
fCompress = true -- 3f -> page 3, 4 and 3ff -> page 3, 4, 5
@@ -66,7 +57,8 @@ alphabet_lower = { -- for sorting
{ 'p' },
{ 'q' },
{ 'r' },
- { 's', 'š', 'ß' },
+ { 'ss', 'ß' },
+ { 's', 'š' },
{ 't' },
{ 'u', 'ú', 'ù', 'û'},
{ 'ue', 'ü' },