(TeX-add-style-hook "torbound"
 (lambda ()
    (LaTeX-add-bibliographies
     "biblio")
    (LaTeX-add-labels
     "sec:intro"
     "lem:injred"
     "lem:etakills"
     "sec:realeis"
     "prop:main")
    (TeX-run-style-hooks
     "hyperref"
     "hypertex"
     "pdfsync"
     "latex2e"
     "art10"
     "article"
     "macros")))

