(TeX-add-style-hook "lecture01-overview" (lambda () (TeX-add-to-alist 'LaTeX-provided-class-options '(("beamer" "compress" "xcolor=dvipsnames" "12pt"))) (TeX-add-to-alist 'LaTeX-provided-package-options '(("adjustbox" "export") ("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" "beamer12" "graphicx" "adjustbox" "lecture" "cs5114" "babel") (LaTeX-add-lengths "headerheight" "sidemargin")) :latex)