diff options
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.lua | 17 |
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 --- |