(TeX-add-style-hook "lecture_multi" (lambda () (TeX-add-to-alist 'LaTeX-provided-class-options '(("scrreprt" "12pt"))) (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 "url") (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path") (TeX-run-style-hooks "latex2e" "chapter_one" "chapter_two" "chapter_three" "literature" "scrreprt" "scrreprt12") (TeX-add-symbols "argsingle" "refsectionmode" "include") (LaTeX-add-bibliographies "biblatex-examples")) :latex)