Did you know ... Search Documentation:
Pack bibtex -- prolog/bibtex_create.pl
PublicShow source
 bibtex_create(+FilePath:term, +Entries:list)
Creates a new BibTeX file storing the given Entries.
Arguments:
FilePath- A term with the path of the BibTeX file.
Entries- A list of entry/3 entries.
 bibtex_append(+FilePath:term, +Entries:list)
Appends the given entries to the provided file.
Arguments:
FilePath- A term with the path of the BibTeX file.
Entries- A list of entry/3 entries.