Initial commit
This commit is contained in:
12
elpa/auctex-11.91.0/style/graphics.el
Normal file
12
elpa/auctex-11.91.0/style/graphics.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;;; graphics.el --- Handle graphical commands in LaTeX 2e.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(TeX-add-style-hook "graphics"
|
||||
(function
|
||||
(lambda ()
|
||||
(TeX-run-style-hooks "graphicx")
|
||||
(setq LaTeX-graphics-package-options LaTeX-graphicx-package-options)))
|
||||
LaTeX-dialect)
|
||||
|
||||
;;; graphics.el ends here.
|
||||
Reference in New Issue
Block a user