答案1
这是一个解决方案flalign*
:
\documentclass{article}
\usepackage[showframe]{geometry} %
\usepackage{mathtools}
\begin{document}
\begin{flalign*}
& & f; gh & = f\,gh & &\llap{from side $ (0,1,3) $} \\
& & f; g & = gh & &\llap{from side $ (0,1,2) $} \\
&\rlap{Which gives us} & f; g; h = f\,g; h & = f\,gh = f; gh \\
&\rlap{And inverting $ f $ gives us} & g; h & = gh & &
\end{flalign*}
\end{document}