defense/src/fig/pfor/indices.tex

17 lines
290 B
TeX

\begin{tikzpicture}
\input{src/tikz/et}
\begin{scope}[et/treestyle]
\Tree[.,
[.=
[.\texttt{[]} a i ]
[.\texttt{*} [.\texttt{[]} a i ] [.\texttt{[]} b i ] ]
]
[.=
[.\texttt{[]} c i ]
[.\texttt{[]} c [.\texttt{+} i 1 ] ]
]
];
\end{scope}
\end{tikzpicture}