summaryrefslogtreecommitdiff
path: root/indexing/xindex/lualatex/xindex-cfg-uca.lua
diff options
context:
space:
mode:
Diffstat (limited to 'indexing/xindex/lualatex/xindex-cfg-uca.lua')
-rw-r--r--indexing/xindex/lualatex/xindex-cfg-uca.lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/indexing/xindex/lualatex/xindex-cfg-uca.lua b/indexing/xindex/lualatex/xindex-cfg-uca.lua
new file mode 100644
index 0000000000..42ad4ec6dd
--- /dev/null
+++ b/indexing/xindex/lualatex/xindex-cfg-uca.lua
@@ -0,0 +1,17 @@
+-----------------------------------------------------------------------
+-- FILE: xindex-cfg-uca.lua
+-- DESCRIPTION: configuration file for lua-uca
+-- REQUIREMENTS:
+-- AUTHOR: Herbert Voß
+-- LICENSE: LPPL1.3
+-----------------------------------------------------------------------
+
+if not modules then modules = { } end modules ['xindex-cfg-lua'] = {
+ version = 0.23,
+ comment = "configuration to xindex-cfg-uca.lua",
+ author = "Herbert Voss",
+ copyright = "Herbert Voss",
+ license = "LPPL 1.3"
+}
+
+-- put any additional code for lua-uca here ---