When I do this in beamer:
\begin{column}[T]{0.6\textwidth}
\begin{equation}
F = m a
\end{equation}
This is Newton's law.
\end{column}
the equation sits in the center of the column while the text is flushed left. How do I make both flush left?
When I do this in beamer:
\begin{column}[T]{0.6\textwidth}
\begin{equation}
F = m a
\end{equation}
This is Newton's law.
\end{column}
the equation sits in the center of the column while the text is flushed left. How do I make both flush left?
\documentclass[fleqn]{beamer}and set the\mathindentlength to0pt, as suggested in Left align (to the page) displayed math. – Werner Dec 12 '14 at 00:21