summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua')
-rw-r--r--Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua b/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
new file mode 100644
index 00000000000..8237dd5022e
--- /dev/null
+++ b/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-common.lua
@@ -0,0 +1,29 @@
+-----------------------------------------------------------------------
+-- FILE: xindex-cfg-common.lua
+-- DESCRIPTION: configuration file for xindex.lua
+-- REQUIREMENTS:
+-- AUTHOR: Herbert Voß
+-- LICENSE: LPPL1.3
+-----------------------------------------------------------------------
+
+if not modules then modules = { } end modules ['xindex-cfg-common'] = {
+ version = 0.05,
+ comment = "configuration to xindex.lua",
+ author = "Herbert Voss",
+ copyright = "Herbert Voss",
+ license = "LPPL 1.3"
+}
+
+indexheader = {
+ de = {"Symbole", "Zahlen"},
+ en = {"Symbols", "Numbers"},
+ fr = {"Symboles","Chiffre"},
+ jp = {"シンボル","番号"},
+}
+
+folium = {
+ de = {"f", "ff"},
+ en = {"f", "ff"},
+ fr = {"\\,sq","\\,sqq"},
+}
+