Home Connect

Text, Multiline expressions and Alignment

Operation Result LaTeX code
Text
you can use spaces
\text {hey !}
Right aligned \begin{equation}
\begin{split}
\begin{aligned}

p\rightarrow q \\
q \rightarrow r \\
\therefore p \rightarrow r

\end{aligned}
\end{split}
\end{equation}
Left aligned \begin{equation}
\begin{split}
\begin{aligned}

& p\rightarrow q \\
& q \rightarrow r \\
& \therefore p \rightarrow r

\end{aligned}
\end{split}
\end{equation}