(TeX-add-style-hook "test" (function (lambda () (LaTeX-add-environments "theorem" "proposition" "corollary" "claim" "lemma" "conjecture") (LaTeX-add-labels "thm:wiles" "one" "two") (TeX-add-symbols '("web" 1)) (TeX-run-style-hooks "amsthm" "latex2e" "art10" "article"))))