Mercurial > hg > Papers > 2018 > ryokka-sigos
view Paper/auto/sigos.el @ 12:e20725cd6d8a default tip
fix slides
author | ryokka |
---|---|
date | Mon, 21 May 2018 00:29:29 +0900 |
parents | 907f967f662e |
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)