In a regular article using amsmath or amsart I can move the equation tag to the left for a single equation by using \tagsleft@true immediately before the equation. This doesn't seem to work in beamer. How can I move a single equation tag to the left side in beamer?
In particular when I try to run
\begin{frame}[t]
{\makeatletter
\tagsleft@true
\begin{equation}\tag{$\mathscr{P}_{i}$}
x = y
\end{equation}
\makeatother }
\end{frame}
I get Undefined control sequence \end{frame} and I don't get that error if I remove \tagsleft@true.
(Similar tips about replacing \setlength@mathmargin{1.5cm} and @fleqntrue in beamer would be appreciated too and I suspect these are all not working for the same reason).
frame. Of course, then you'd have to reset it after theframe. – barbara beeton Nov 06 '20 at 02:40\makeatletter ... \makeatotherinside the frame environment by using the custom\leqnomodemacro from the duplicate question – samcarter_is_at_topanswers.xyz Jul 11 '22 at 16:52