Sha256: ea93ee2f62608084968e5a34e9f45e33d4ba3a6b3199b973642911b8d5ec477b

Contents?: true

Size: 791 Bytes

Versions: 3

Compression:

Stored size: 791 Bytes

Contents

(TeX-add-style-hook
 "main.tex"
 (lambda ()
   (add-to-list 'LaTeX-verbatim-environments-local "semiverbatim")
   (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-delims-local "url")
   (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
   (TeX-run-style-hooks
    "latex2e"
    "_content"
    "beamer"
    "beamer10"
    "_style")
   (LaTeX-add-counters
    "finalframe")))

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
falkorlib-0.6.2 templates/latex/beamer/.texinfo/main.tex.el
falkorlib-0.6.1 templates/latex/beamer/.texinfo/main.tex.el
falkorlib-0.6.0 templates/latex/beamer/.texinfo/main.tex.el