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.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/indexing/xindex/README.md b/indexing/xindex/README.md
index 59a639ac7a..1a75b7aad7 100644
--- a/indexing/xindex/README.md
+++ b/indexing/xindex/README.md
@@ -9,13 +9,18 @@ will be included in at least LuaTeX 1.09 (TeXLive 2019)
* xindex-cfg-common.lua -- main config module
* xindex-cfg-uca.lua -- config module for uca
* xindex-base.lua -- base file
+* xindex-baselib.lua -- base file
* xindex-lib.lua -- functions module
* xindex-lapp.lua -- read parameter
* xindex-unicode.lua -- list of Unicode categories
The syntax of `xindex`
- xindex [options] <inputfile>[.idx]
+ xindex [options] <inputfile>[.idx] <inputfile>[.idx] ...
+ <prog> | xindex -s ...
+ cat <input file> | xindex -s ...
+ xindex -s ... < input file
+
possible options are (short,long):
-q,--quiet
@@ -25,12 +30,13 @@ possible options are (short,long):
-e,--escapechar (default ")
-n,--noheadings
-a,--no_casesensitive
- -b,--no_label
+ -b,--no_labels
-o,--output (default "")
-l,--language (default en)
-p,--prefix (default L)
-u,--use_UCA
- <input> (string)
+ -s,--use_stdin
+ <files...> (default stdin) .idx file(s)
Testfiles: