Linux command
indxbib 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Build bibliography index
indxbib [database.bib]
Index multiple files
indxbib [file1.bib] [file2.bib]
Specify output base
indxbib -o [index] [database.bib]
Set common words file
indxbib -c [common.txt] [database.bib]
说明
indxbib creates inverted indexes for bibliographic databases. These indexes enable fast lookups by lkbib and refer. The tool processes refer-format bibliography files. The generated index files have extensions .ia, .ib, .ic.
参数
- -o _NAME_
- Output index base name.
- -c _FILE_
- Common words file to ignore.
- -h _N_
- Minimum word length to index.
- -i _STRING_
- Characters to ignore in index keys.
- -l _N_
- Maximum keys per record.
- --help
- Display help information.
FAQ
What is the indxbib command used for?
indxbib creates inverted indexes for bibliographic databases. These indexes enable fast lookups by lkbib and refer. The tool processes refer-format bibliography files. The generated index files have extensions .ia, .ib, .ic.
How do I run a basic indxbib example?
Run `indxbib [database.bib]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -o _NAME_ do in indxbib?
Output index base name.