From d91b97dfed94a38147894621404b9df075460084 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 6 May 2022 16:40:11 +0100 Subject: Small fix in math --- chapters/scheduling.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/scheduling.tex b/chapters/scheduling.tex index dc7a88c..9412ea4 100644 --- a/chapters/scheduling.tex +++ b/chapters/scheduling.tex @@ -207,7 +207,7 @@ transition in the left hand side. \hbox{\starttikzpicture[shorten >=1pt,>=stealth] \node (s2) at (0,0) {$S_{2}$}; \node (s1) at (0,2) {$S_{1}$}; - \node (s1p) at (3,2) {$S_{1}$}; + \node (s1p) at (3,2) {$S_{1}'$}; \draw (s1) -- node[above] {$\sim$} (s1p); \draw[->] (s1) -- (s2); \draw[dashed] (s2) -- node[below,xshift=1mm] {$\sim$} (s1p); -- cgit