I am a new latex user and I have no idea how to draw this diagram in latex. Can anyone help me? Thank you in advance
Asked
Active
Viewed 504 times
0
cgnieder
- 66,645
Thomas Edison
- 123
1 Answers
2
Possible solution with tikz-cd as been suggested in the comments.
\documentclass[tikz]{standalone}
\usepackage{tikz-cd}
\usepackage{amsmath}
\begin{document}
\begin{tikzcd}
y \ar{r}{(E)} & v(y) \ar{r}{(T)} & T_{s}(v(y)) \ar{r} & \min\limits_{s \in S} T_{s}(v(y))\\
y^{*} \ar[equal]{d} \ar{r}{(E)} & v(y) \ar{r}{(T)} & T_{s}(v(y^{*})) \ar{d} \\
(y_{s})_{s \in S} \ar{r} {y^{*}_{s} > 0}& y^{*}_{s} \ar[equal]{r} & \min\limits_{s \in S}T_{s}(v(y^{*})) &
\end{tikzcd}
\end{document}
CroCo
- 5,902
-
But I can not get the equal "=", it turns out "---". I use beamer. – Thomas Edison Jul 16 '16 at 22:05
-
Please ask an independent question regarding the problem you're facing plus the code that generates the problem. – CroCo Jul 16 '16 at 22:17

\rotatebox{-90}{$\rightarrow$}+ some adjustment, for instance. Otherwise withtikz-cdorpsmatrix(frompst-node). – Bernard Jul 16 '16 at 17:54