view final_pre/auto/midterm.el @ 7:0e8b9646d43f

add final_pre
author e155702
date Sun, 17 Feb 2019 05:39:59 +0900
parents
children
line wrap: on
line source

(TeX-add-style-hook
 "midterm"
 (lambda ()
   (TeX-add-to-alist 'LaTeX-provided-class-options
                     '(("jarticle" "twocolumn" "twoside" "9.5pt")))
   (TeX-add-to-alist 'LaTeX-provided-package-options
                     '(("graphicx" "dvipdfmx")))
   (add-to-list 'LaTeX-verbatim-environments-local "lstlisting")
   (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 "lstinline")
   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "url")
   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "lstinline")
   (TeX-run-style-hooks
    "latex2e"
    "dummy"
    "jarticle"
    "jart10"
    "graphicx"
    "picins"
    "fancyhdr"
    "abstract"
    "url"
    "bussproofs"
    "listings"
    "jlisting")
   (LaTeX-add-bibliographies
    "reference"))
 :latex)