Tassilo Horn <[email protected]> wrote: > > Andreas Matthias <[email protected]> writes: > > > I tried to load the style manually with > > > > (TeX-load-style "expl3") > > > > but this doesn't seem to apply the style. > > Right, but you can use > > (TeX-run-style-hooks "expl3") > > instead.
Oups. I actually tried this, too. But I was fooled by font-locking, which needs to be updated afterwards with e.g. (font-lock-fontify-buffer) Thanks. Andreas
