(TeX-add-style-hook "lecture20-network-flow" (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 "href") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage") (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref") (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path") (TeX-run-style-hooks "latex2e" "beamer" "beamer10" "graphicx" "tikz" "lecture" "cs5114" "xspace" "babel") (TeX-add-symbols '("drop" 1) '("opt" 1) '("card" 1) '("set" 1) "reals" "unionfind" "calc" "calo") (LaTeX-add-environments '("calendar" LaTeX-env-args ["argument"] 0)) (LaTeX-add-lengths "headerheight" "sidemargin")) :latex)