WdBibTeX#

Constructor#

WdBibTeX(file[, copy_suffix, workdir])

BibTeX toolkit for MS Word.

Attributes#

WdBibTeX.target_file

[Read only] Returns operating word file.

WdBibTeX.original_file

[Read only] Returns original word file.

WdBibTeX.workdir

[Read only] Returns LaTeX working directory.

Methods#

WdBibTeX.build([bib, bst])

Build word file with latex citations.

WdBibTeX.clear()

Clear auxiliary files on working directory.

WdBibTeX.close([clear])

Close word file and word application.

WdBibTeX.exportpdf()

Export current docx file to pdf.

WdBibTeX.find_all(key)

Find all keys from word file.

WdBibTeX.open()

Open copied word document.

WdBibTeX.read_preamble()

Read preamble contents if exists.

WdBibTeX.replace_all(key, val)

Replace all keys in document with value.

WdBibTeX.updatetoc()

Update all table of contents in the document.