wdbibtex.LaTeX.preamble#
- property LaTeX.preamble#
Returns latex preamble text.
A text to be used as LaTeX preamble. Note that not all latex-compatible preamble is used in WdBibTeX package. LaTeX class accepts None for preamble attribute. In this case, the following default preamble text is used according to system locale. Note BST is replaced a bibliography style file placed in the project directory.
\documentclass[latex]{article} \bibliographystyle{BST}
\documentclass[uplatex]{jsarticle} \bibliographystyle{BST}
- Returns:
- str
Preamble text.