#How can I achieve this alignment?

1 messages · Page 1 of 1 (latest)

languid ruin
#

I have this code,

\begin{align*}
        <^{-1} &= > &\text{because }& b > a &\Leftrightarrow a < b \\
        \complement{<} &= \geq &\text{because }& a \geq b &\Leftrightarrow \neg\left(a < b \right)
    \end{align*}
slender tangleBOT
languid ruin
#

my version of complement achieves the '

indigo jasper
#
\begin{align*}
        <^{-1} &= > &\text{because }& b > a &\Leftrightarrow& a < b \\
        \complement{<} &= \geq &\text{because }& a \geq b &\Leftrightarrow& \neg\left(a < b \right)
    \end{align*}```
slender tangleBOT
#

Angetenar

languid ruin
#

In the screen shot each part is closer together, with more space around the equals

#

and the statement after the because is with the connective

indigo jasper
#
\begin{align*}
        <^{-1} = > &\;\text{because } b > a \Leftrightarrow a < b \\
        \complement{<} = \geq &\;\text{because } a \geq b \Leftrightarrow \neg\left(a < b \right)
    \end{align*}```
slender tangleBOT
#

Angetenar