Shawn Way
2014-09-11 13:31:36 UTC
I work with a large number of .tex (beamer) files that are snippets which are input into larger projects.
As an example:
File
./slides.tex
contains
\input{Documentation/topic1.tex}
\input{Documentation/topic2.tex}
Now in slides.tex I have the
\documentclass[11pt]{beamer}
which will load the beamer.el for AUCTEX.
In the topic1.tex I do not have any heading information as it is input directly. How can I get the beamer.el to load for the topic1.tex file?
I don't care if I need to call it from the keyboard, I would just like to get beamer.el to load.
Shawn Way
As an example:
File
./slides.tex
contains
\input{Documentation/topic1.tex}
\input{Documentation/topic2.tex}
Now in slides.tex I have the
\documentclass[11pt]{beamer}
which will load the beamer.el for AUCTEX.
In the topic1.tex I do not have any heading information as it is input directly. How can I get the beamer.el to load for the topic1.tex file?
I don't care if I need to call it from the keyboard, I would just like to get beamer.el to load.
Shawn Way