Initial commit
This commit is contained in:
19
elpa/auctex-11.91.0/style/amsbsy.el
Normal file
19
elpa/auctex-11.91.0/style/amsbsy.el
Normal file
@@ -0,0 +1,19 @@
|
||||
;;; amsbsy.el --- Style hook for the AMS-LaTeX amsbsy package.
|
||||
;;;
|
||||
;;; AUTHOR: Carsten Dominik <dominik@strw.leidenuniv.nl>
|
||||
|
||||
;;; Code:
|
||||
|
||||
(TeX-add-style-hook "amsbsy"
|
||||
(function
|
||||
(lambda ()
|
||||
(TeX-add-symbols
|
||||
'("boldsymbol" "Symbol")
|
||||
'("pmb" "Symbol")
|
||||
)))
|
||||
LaTeX-dialect)
|
||||
|
||||
(defvar LaTeX-amsbsy-package-options nil
|
||||
"Package options for the amsbsy package.")
|
||||
|
||||
;;; amsbsy.el ends here.
|
||||
Reference in New Issue
Block a user