view Paper/auto/sigos.el @ 9:907f967f662e

remove binaryTree slides
author ryokka
date Sat, 19 May 2018 19:14:19 +0900
parents 35d15c091cfd
children
line wrap: on
line source

(TeX-add-style-hook
 "sigos"
 (lambda ()
   (TeX-add-to-alist 'LaTeX-provided-class-options
                     '(("ipsjpapers" "techrep")))
   (TeX-add-to-alist 'LaTeX-provided-package-options
                     '(("graphicx" "dvipdfmx") ("otf" "deluxe" "multi") ("inputenc" "utf8")))
   (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 "LVerbatim")
   (add-to-list 'LaTeX-verbatim-environments-local "BVerbatim*")
   (add-to-list 'LaTeX-verbatim-environments-local "BVerbatim")
   (add-to-list 'LaTeX-verbatim-environments-local "Verbatim*")
   (add-to-list 'LaTeX-verbatim-environments-local "Verbatim")
   (add-to-list 'LaTeX-verbatim-environments-local "lstlisting")
   (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 "lstinline")
   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "url")
   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "Verb")
   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "lstinline")
   (TeX-run-style-hooks
    "latex2e"
    "ipsjpapers"
    "ipsjpapers10"
    "graphicx"
    "listings"
    "enumitem"
    "multirow"
    "here"
    "ucs"
    "autofe"
    "fancyvrb"
    "ascmac"
    "otf"
    "url"
    "cite"
    "inputenc"
    "amssymb"
    "amsmath"
    "colonequals"
    "caption")
   (LaTeX-add-labels
    "fig:cgdg"
    "agda-interface-stack")
   (LaTeX-add-bibliographies))
 :latex)