I am trying to make a matrix with arrows pointing at each row. Something like this I want
Code: Select all
T
|---> A \in B
\exists A ---| F
|---> A \notin B
I have made something that comes close to what I want
Code: Select all
\newcommand{\tworightarrowsTF}[2]
{
-\hspace{-1.5mm}\left\vert
\begin{matrix}
\hspace{-0.7mm} \xrightarrow{\mathtt{T}} #1 \\
\hspace{-0.7mm}\xrightarrow{\mathtt{F}} #2
\end{matrix}\right.
}
Code: Select all
| T
|---> A \in B
\exists A ---| F
|---> A \notin B
|
If someone have any ideas, please share

Best regards
Eimund Smestad