(TeX-add-style-hook "lecture03-review-pq-bfs-dfs" (lambda () (TeX-add-to-alist 'LaTeX-provided-class-options '(("beamer" "compress" "xcolor=dvipsnames" "10pt"))) (TeX-add-to-alist 'LaTeX-provided-package-options '(("adjustbox" "export") ("babel" "english") ("inputenc" "latin1") ("fontenc" "T1"))) (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" "adjustbox" "lecture" "cs5114" "babel" "inputenc" "fontenc") (TeX-add-symbols '("drop" 1) '("key" 1)) (LaTeX-add-lengths "headerheight" "sidemargin")) :latex)