(TeX-add-style-hook "math" (lambda () (TeX-add-to-alist 'LaTeX-provided-class-options '(("article" "11pt"))) (TeX-add-to-alist 'LaTeX-provided-package-options '(("inputenc" "utf8") ("fontenc" "T1") ("ulem" "normalem"))) (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" "article" "art11" "inputenc" "fontenc" "fixltx2e" "graphicx" "grffile" "longtable" "wrapfig" "rotating" "ulem" "amsmath" "textcomp" "amssymb" "capt-of" "hyperref") (LaTeX-add-labels "sec:orgheadline8" "sec:orgheadline1" "sec:orgheadline2" "sec:orgheadline3" "sec:orgheadline4" "sec:orgheadline5" "sec:orgheadline6" "sec:orgheadline7")) :latex)