Hi there,

I created a simple tikz.el and put it in style/ sub-directory. Tikz.el
is like this:

(TeX-add-style-hook
 "tikz"
 (lambda ()
   (TeX-add-symbols
    '("tikz"))
   (LaTeX-add-environments
    '("tikzpicture"))))

However, when I open a .tex file that has a line \usepackage{tikz},
"tikz" is not in TeX-active-styles. Ideas?

Thank you,
-- 
.:  Leo  :.  [ sdl.web AT gmail.com ]  .:  [ GPG Key: 9283AA3F ]  :.

        Use the better alternative -- http://www.openoffice.org/



_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to