Did you know ... Search Documentation:
Pack bibtex -- prolog/bibtex_cmd.pl
PublicShow source
 bibtex_use(+Path:term) is det
Declares that we're using the given BibTeX file.

This predicate can be called more than once.

Arguments:
Path- A term with the path of the file.
 bibtex_search_author(+Name:string) is nondet
Displays all the BibTeX entries which authors has Name as substring.

If more than one BibTeX file is declared using bibtex_use/1, then this command is non-deterministic. Otherwise, it is det.

Arguments:
Name- A string with a word.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 bibtex_search_nth(Arg1)
 bibtex_list