Hello AUCTeX devs,
Firstly, thank you for my most-used emacs major mode! My basic elisp skills mean I don't know how to do the following. I'd like to create a style file for using the `standalone` class with one most important feature, described below. First of all, there is both a standalone package and a standalone class, and these should be treated differently. Most package and class macros and options are easy to handle. The one that I don't see how to handle is the standalone class's option named `class`, e.g.
\documentclass[class=revtex4-2]{standalone}
which instructs the standalone class to load the revtex4-2 class (or any other) when compiling the document. Is it possible for an AUCTeX style for the standalone class to parse out the value passed to `class=`, and then run `TeX-run-style-hooks` for the named class?
Thanks in advance,
Leo