(TeX-add-style-hook "Introduction" (lambda () (TeX-add-to-alist 'LaTeX-provided-class-options '(("jss" "nojss"))) (TeX-add-to-alist 'LaTeX-provided-package-options '(("inputenc" "utf8") ("geometry" "margin=2.6cm"))) (add-to-list 'LaTeX-verbatim-environments-local "VerbatimOut") (add-to-list 'LaTeX-verbatim-environments-local "SaveVerbatim") (add-to-list 'LaTeX-verbatim-environments-local "LVerbatim") (add-to-list 'LaTeX-verbatim-environments-local "BVerbatim") (add-to-list 'LaTeX-verbatim-environments-local "Verbatim") (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-braces-local "Verb") (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path") (add-to-list 'LaTeX-verbatim-macros-with-delims-local "Verb") (TeX-run-style-hooks "latex2e" "jss" "jss10" "amsmath" "amsfonts" "enumitem" "fancyvrb" "hyperref" "inputenc" "geometry" "wasysym" "tablefootnote") (LaTeX-add-labels "tab:links" "tab:condpostest" "tab:margpostest")) :latex)