summaryrefslogtreecommitdiff
path: root/indexing/xindex/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'indexing/xindex/README.md')
-rw-r--r--indexing/xindex/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/indexing/xindex/README.md b/indexing/xindex/README.md
index c435629199..70f0bd970d 100644
--- a/indexing/xindex/README.md
+++ b/indexing/xindex/README.md
@@ -7,6 +7,7 @@ will be included in at least LuaTeX 1.09 (TeXLive 2019)
* xindex.lua -- main file
* xindex-cfg.lua -- config module
* xindex-cfg-common.lua -- main config module
+* xindex-cfg-uca.lua -- config module for uca
* xindex-base.lua -- base file
* xindex-lib.lua -- functions module
* xindex-lapp.lua -- read parameter
@@ -17,15 +18,17 @@ The syntax of `xindex`
xindex [options] <inputfile>[.idx]
possible options are (short,long):
-
-q,--quiet
-h,--help
- -v
+ -v... Verbosity level; can be -v, -vv, -vvv
-c,--config (default cfg)
-e,--escapechar (default ")
-n,--noheadings
+ -a,--no_casesensitive
-o,--output (default "")
-l,--language (default en)
+ -p,--prefix (default L)
+ -u,--use_UCA
<input> (string)
Testfiles:
@@ -42,4 +45,3 @@ buch.tex: run
./xindex.lua buch.idx
lualatex buch
-