Denis Bitouzé <[email protected]> writes:
> as stated in Beamer's documentation, the syntax of the \pause command
> is:
>
> ┌────
> │ \pause[⟨number⟩]
> └────
Hi Denis,
my apologies if you receive this message comes twice. Thanks for the
report. I've just fixed this bug in style/beamer.el[1].
> Hence, after
>
> ┌────
> │ C-c C-c pau TAB ENT
> └────
>
> shouldn't AUCTeX insert `\pause' instead of `\pause{}'?
Have you set `TeX-insert-braces' to t? In this case, AUCTeX will insert
a pair of empty braces. They don't harm, just look odd, probably. If
you don't like this, customize `TeX-insert-braces-alist' or add
something like this to your init file:
(eval-after-load "beamer"
'(add-to-list 'TeX-insert-braces-alist '("pause" . nil)))
Best, Arash
Footnotes:
[1]
http://git.savannah.gnu.org/cgit/auctex.git/commit/?id=4ddee01e68d34a91e75f92af58157d5985c5e6e2
_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex