(TeX-add-style-hook "lecture13-divide-and-conquer" (lambda () (TeX-add-to-alist 'LaTeX-provided-class-options '(("beamer" "compress" "xcolor=dvipsnames" "t" "10pt"))) (TeX-add-to-alist 'LaTeX-provided-package-options '(("babel" "english"))) (add-to-list 'LaTeX-verbatim-environments-local "semiverbatim") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path") (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path") (TeX-run-style-hooks "latex2e" "beamer" "beamer10" "graphicx" "lecture" "cs5114" "xspace" "babel" "tikz") (TeX-add-symbols '("card" 1) '("set" 1) "reals" "unionfind" "calc") (LaTeX-add-labels "eq:1") (LaTeX-add-lengths "headerheight" "sidemargin")) :latex)