(TeX-add-style-hook "chowheeg1"
 (lambda ()
    (LaTeX-add-bibliographies
     "biblio")
    (LaTeX-add-environments
     "theorem"
     "proposition"
     "corollary"
     "remark"
     "conjecture")
    (LaTeX-add-labels
     "sec:37"
     "sec:yzz"
     "eqn:tprod"
     "thm:yzz"
     "prop:esymf"
     "sec:integrals"
     "sec:numerical"
     "step:lowprecroots"
     "step:highprecroots"
     "step:orbits"
     "step:increase"
     "sec:g0nequiv"
     "sec:data")
    (TeX-add-symbols
     '("smallmtwo" 4)
     '("CR" 1)
     "vphi"
     "eps"
     "Q"
     "C"
     "Z"
     "R"
     "F"
     "an"
     "ncisom"
     "isom"
     "tensor"
     "h")
    (TeX-run-style-hooks
     "hyperref"
     "amsthm"
     "xy"
     "all"
     "amsfonts"
     "amsmath"
     "latex2e"
     "art10"
     "article")))

