unix-conf/.emacs.d/elpa/auctex-11.89.1/style/graphics.el
2016-02-18 14:53:30 +01:00

12 lines
209 B
EmacsLisp

;;; graphics.el --- Handle graphical commands in LaTeX 2e.
;;; Code:
(TeX-add-style-hook "graphics"
(function
(lambda ()
(TeX-run-style-hooks "graphicx")))
LaTeX-dialect)
;;; graphics.el ends here.