wdbibtex.LaTeX.read_aux#

LaTeX.read_aux()#

Read .aux file.

Aux file will be read line-by-line. Following four types of the line will be interpreted and stored to the LaTeX attributes.

  • \citation{keys}

    Appended to the citation attribute (list object) key as string.

  • \bibstyle{s}

    Stored as bibstyle string attribute.

  • \bibdata{d}

    Stored as bibdata string attribute.

  • \bibcite{k}{n}

    Added to bibcite attribute (dictionary) as {k: n}.