summaryrefslogtreecommitdiff
path: root/indexing/xindex/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-06-04 03:02:40 +0000
committerNorbert Preining <norbert@preining.info>2020-06-04 03:02:40 +0000
commit6c90555ebb89f41cc4dfb6cf3ee6bfaa8107650e (patch)
treed3475ab1d6bd6675a0975dfa6059602be057f0d5 /indexing/xindex/README.md
parent44fde4a143b75ae4f383b05832343d497c254989 (diff)
CTAN sync 202006040302
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
-