summaryrefslogtreecommitdiff
path: root/indexing/xindex/lualatex/xindex-DIN2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'indexing/xindex/lualatex/xindex-DIN2.lua')
-rw-r--r--indexing/xindex/lualatex/xindex-DIN2.lua25
1 files changed, 8 insertions, 17 deletions
diff --git a/indexing/xindex/lualatex/xindex-DIN2.lua b/indexing/xindex/lualatex/xindex-DIN2.lua
index 6673789955..4a055efd9a 100644
--- a/indexing/xindex/lualatex/xindex-DIN2.lua
+++ b/indexing/xindex/lualatex/xindex-DIN2.lua
@@ -7,7 +7,7 @@
-----------------------------------------------------------------------
if not modules then modules = { } end modules ['xindex-cfg'] = {
- version = 0.13,
+ version = 0.16,
comment = "configuration to xindex.lua",
author = "Herbert Voss",
copyright = "Herbert Voss",
@@ -15,10 +15,12 @@ if not modules then modules = { } end modules ['xindex-cfg'] = {
}
escape_chars = { -- by default " is the escape char
- {'""', "\\escapedquote", "\"{}" },
- {'"@', "\\escapedat", "@" },
- {'"|', "\\escapedvert", "|" },
- {'"!', "\\escapedexcl", "!" }
+ {'""', "\\escapedquote", '\"{}' },
+ {'"@', "\\escapedat", "@" },
+ {'"|', "\\escapedvert", "|" },
+ {'"!', "\\escapedexcl", "!" },
+ {'"(', "\\escapedparenleft", "(" },
+ {'")', "\\escapedparenright", ")" }
}
itemPageDelimiter = "," -- Hello, 14
@@ -30,6 +32,7 @@ sublabels = {"", "-\\,", "--\\,", "---\\,"} -- for the (sub(sub(sub-item
pageNoPrefixDel = "" -- a delimiter for page numbers like "VI-17"
indexOpening = "" -- commands after \begin{theindex}
rangeSymbol = "--"
+idxnewletter = "\\textbf" -- Only valid if -n is not set
--[[
@@ -101,15 +104,3 @@ alphabet_upper = { -- for sorting
{ 'Z', 'Ž' }
}
-,
- { 'S', 'Š' },
- { 'T' },
- { 'U', 'Ú', 'Ù' },
- { 'UE', 'Ü' },
- { 'V' },
- { 'W' },
- { 'X' },
- { 'Y', 'Ý', 'Ÿ' },
- { 'Z', 'Ž' }
-}
-