Initial Commit
[packages] / xemacs-packages / auctex / style / graphics.el
1 ;;; graphics.el --- Handle graphical commands in LaTeX 2e.
2
3 ;;; Code:
4
5 (TeX-add-style-hook "graphics"
6  (function
7   (lambda ()
8     (TeX-run-style-hooks "graphicx")))
9  LaTeX-dialect)
10
11 ;;; graphics.el ends here.