summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-03 21:22:07 +0000
committerKarl Berry <karl@freefriends.org>2020-06-03 21:22:07 +0000
commit51fd9695523eae3273b36259411d456341f02a64 (patch)
tree2ac7e8aa79b5d5860e339b4405d84fa255fa7967 /Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua
parentca46fdb68d0556867eabb3169853811b944c9d19 (diff)
xindex (3jun20)
git-svn-id: svn://tug.org/texlive/trunk@55401 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua')
-rw-r--r--Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua b/Master/texmf-dist/tex/lualatex/xindex/xindex-cfg-uca.lua
new file mode 100644
index 00000000000..42ad4ec6ddf
--- /dev/null
+++ b/Master/texmf-dist/tex/lualatex/xindex/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 ---