(TeX-add-style-hook "papers" (lambda () (TeX-add-to-alist 'LaTeX-provided-class-options '(("article" "12pt"))) (TeX-add-to-alist 'LaTeX-provided-package-options '(("titlesec" "small" "sf" "bf"))) (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" "papers/weblist" "article" "art12" "fullpage" "titlesec" "bookman" "nbiblist" "hyperref") (TeX-add-symbols '("funding" 1) '("coursecomment" 1) '("bibhighlight" 1) '("student" 1) '("talker" 1) "bremner" "R")) :latex)