unix-conf/.emacs.d/elpa/auctex-11.89.1/style/graphics.el

12 lines
209 B
EmacsLisp
Raw Normal View History

2016-02-18 13:53:30 +00:00
;;; 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.