summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-22 21:03:20 +0000
committerKarl Berry <karl@freefriends.org>2022-01-22 21:03:20 +0000
commitcdf946a4c2d4105eba2a5bec9a9608a3c2e178c3 (patch)
tree4537c299eafae52df1691ca9656c352563c3917f /Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua
parent84657de6b123a17eb3af55b3ed14ee47c671d7c8 (diff)
xindex (22jan22)
git-svn-id: svn://tug.org/texlive/trunk@61696 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua')
-rw-r--r--Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua13
1 files changed, 2 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua b/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua
index c58ebf0499d..6d6853dd03b 100644
--- a/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua
+++ b/Master/texmf-dist/tex/lualatex/xindex/xindex-norsk.lua
@@ -6,11 +6,11 @@
-- MODIFIED: Sveinung Heggen (2020-01-02)
-- LICENSE: LPPL1.3
--
--- $Id: xindex-norsk.lua 13 2021-08-15 10:49:40Z hvoss $
+-- $Id: xindex-norsk.lua 19 2022-01-22 09:59:15Z hvoss $
-----------------------------------------------------------------------
if not modules then modules = { } end modules ['xindex-no'] = {
- version = 0.34,
+ version = 0.35,
comment = "configuration to xindex.lua",
author = "Herbert Voss",
copyright = "Herbert Voss",
@@ -31,15 +31,6 @@ idxnewletter = "\\textbf" -- Only valid if -n is not set
envStart = "\\begin{theindex}"
envStop = "\\end{theindex}"
-escape_chars = { -- by default " is the escape char
- {'""', "\\escapedquote", '\"{}' },
- {'"@', "\\escapedat", "@" },
- {'"|', "\\escapedvert", "|" },
- {'"!', "\\escapedexcl", "!" },
- {'"(', "\\escapedparenleft", "(" },
- {'")', "\\escapedparenright", ")" }
-}
-
alphabet_lower = { -- for sorting
{ ' ' }, -- only for internal tests
{ 'a', 'á', 'à', },