diff options
Diffstat (limited to 'tikz/ef.tex')
-rw-r--r-- | tikz/ef.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tikz/ef.tex b/tikz/ef.tex index 9604d97..14f6ff0 100644 --- a/tikz/ef.tex +++ b/tikz/ef.tex @@ -10,9 +10,9 @@ \draw[->,color=red] (att) to (s); %Ensembles - \node (c0) at (0,1) {$E=\{0,\cdots,m-1\}$}; + \node (c0) at (0,1) {$F=\{0,\cdots,m-1\}$}; - \node (a0) at (2*\h,1) {$F=\{0,\cdots,n-1\}$}; + \node (a0) at (2*\h,1) {$G=\{0,\cdots,n-1\}$}; \draw[->] (c0) to (a0); |