wdbibtex.LaTeX.thebibliography#

property LaTeX.thebibliography#

Plain text to replace \thebibliography in word file.

A plain text of LaTeX-processed bibliography list. An tab string is inserted between each citenum and citation string. Example in IEEE format follows:

[1]\\tF. Author, S. Author, "Paper Title," Journal Name, vol. 1, no. 1, p. 1, march 2022.
[2]\\tG. Name, F. Name, "Title," Journal, vol. 2, no. 2, pp. 1-10, 2020.
Returns:
str

Plain text of the thebibliography.

Raises:
ValueError

If thebibliography text is not set.