summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-12-11 13:37:54 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-12-11 13:37:54 +0900
commit4ae5fdc7d2e7c184709988578d12e1ba536c51dc (patch)
tree00e828c38b0334824d5013f7aa437f278c790d0d
parent210ddf92aab09acc796b2a7fe34ba3bd983cbd62 (diff)
downloadthesis-4ae5fdc7d2e7c184709988578d12e1ba536c51dc.tar.gz
Fix tikz figure
-rw-r--r--eval.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/eval.tex b/eval.tex
index 63fb11b..e77a4ac 100644
--- a/eval.tex
+++ b/eval.tex
@@ -73,17 +73,17 @@ and heavily-nested conditions.
                       typetag/.style={draw,anchor=west},
                       title/.style={draw=none,inner sep=0pt},
                       line width=0.2ex]
-    \node[draw,diamond,aspect=4] (root) {Input: 6 3 2 1 0}
+    \node[draw,diamond,aspect=4] (root) {Input: 6 3 2 1 0};
     \node[draw,diamond,aspect=4,below left=6em of root]
-      (left) {Input: 66 7 6 2 1}
+      (left) {Input: 66 7 6 2 1};
     \draw[-angle 45] (root) to node[above,sloped]{Output: \gls{ub}} (left);
     \node[draw,diamond,aspect=4,below right=6em of root]
-      (right) {Input: 6 3 2 1 1}
+      (right) {Input: 6 3 2 1 1};
     \draw[-angle 45] (root) to node[above,sloped]{Output: F} (right);
-    \node[draw,below left=6em of left] (i) {Original}
-    \node[draw,right=5em of i] (d) {Patches 108, 147, 187, 227, 267}
-    \node[draw,right=5em of d] (a) {Patch 10}
-    \node[draw,right=5em of a] (b) {Patch 307}
+    \node[draw,below left=6em of left] (i) {Original};
+    \node[draw,right=5em of i] (d) {Patches 108, 147, 187, 227, 267};
+    \node[draw,right=5em of d] (a) {Patch 10};
+    \node[draw,right=5em of a] (b) {Patch 307};
     \draw[-angle 45] (left) to node[above,sloped]{Output: \gls{ub}} (i);
     \draw[-angle 45] (left) to node[above,sloped]{Output: F} (d);
     \draw[-angle 45] (right) to node[above,sloped]{Output: D} (a);