diff final_pre/auto/midterm.el @ 7:28f900230c26

add final_pre
author ryokka
date Mon, 19 Feb 2018 23:32:24 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/final_pre/auto/midterm.el	Mon Feb 19 23:32:24 2018 +0900
@@ -0,0 +1,31 @@
+(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)
+