(TeX-add-style-hook "lecture05-greedy-graph-algorithms" (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") ("algorithmic" "noend"))) (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" "pgfplots" "lecture" "cs5114" "xspace" "babel" "algorithmic" "algorithm") (TeX-add-symbols '("cut" 1) '("card" 1) '("set" 1) "reals" "unionfind") (LaTeX-add-labels "step:extract-min" "step:outgoing-neighbours" "step:change-key") (LaTeX-add-environments '("calendar" LaTeX-env-args ["argument"] 0)) (LaTeX-add-lengths "headerheight" "sidemargin")) :latex)