Is there any way to override the fact that certain environments in LaTeX are automatically "displayed"? One such example is the align* environment. I want to keep my aligned equations inline. So basically I want something like
\begin{align*}
x+y&=z\\
u+v&=w
\end{align*}
embedded into a line of text.

\halign{#\hfill&&~#\hfill\cr text&$\eqalign{x+y&=z\cr u+v&=w}$&more text\cr}\byein plain. – morbusg Nov 29 '10 at 12:35toption to the aligned environment, as in\begin{aligned}[t](taken from https://tex.stackexchange.com/a/153305/292581) – fbbdev May 22 '23 at 16:25