Function: LaTeX-add-bibliographies

LaTeX-add-bibliographies is a byte-compiled function defined in latex.el.

Signature

(LaTeX-add-bibliographies &rest BIBLIOGRAPHIES)

Documentation

Add information about BIBLIOGRAPHIES.

Information is added to the current buffer. Generated by TeX-auto-add-type.

This function has :after advice: TeX-run-style-hooks.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(advice-add 'LaTeX-add-bibliographies :after #'TeX-run-style-hooks)