From 5b6aaee353184dc453f0bfbabf06808d58b31186 Mon Sep 17 00:00:00 2001 From: Phuc Tran Truong <phucdev@icloud.com> Date: Mon, 15 Jan 2018 15:03:44 +0100 Subject: [PATCH] change node labels Test --- doc/mainDocument/sections/02_organisation.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mainDocument/sections/02_organisation.tex b/doc/mainDocument/sections/02_organisation.tex index 941e0b1e..e578f024 100644 --- a/doc/mainDocument/sections/02_organisation.tex +++ b/doc/mainDocument/sections/02_organisation.tex @@ -101,11 +101,11 @@ Assystem % V Bild von Franz %\begin{comment} \begin{tikzpicture} - \node[draw,circle,fill=gray,text=white,label=right:{3. Ausbaustufen und Abnahmetests}] (AS) at (0,0) {}; - \node[draw,circle,fill=gray,text=white,label=right:{4. Use Cases}] (UC) at (1,-2) {}; + \node[draw,circle,fill=gray,text=white,label=right:{3. Zielvorstellungen/Ausbaustufen}] (AS) at (0,0) {}; + \node[draw,circle,fill=gray,text=white,label=right:{4. Use-Cases}] (UC) at (1,-2) {}; \node[draw,circle,fill=gray,text=white,label={[align=left, left]5. Architektur und\\Integrationstests}] (Architektur) at (2,-4) {}; \node[draw,circle,fill=gray,text=white,label=right:{6. Modulspezifikation}] (ModSpez) at (4,-8) {}; - \node[draw,circle,fill=gray,text=white,label=right:{7. Testauswertung, Integration}] (Test) at (6,-4) {}; + \node[draw,circle,fill=gray,text=white,label=right:{7. Testplan}] (Test) at (6,-4) {}; \node[draw,circle,fill=gray,text=white,label=right:{8. Auswertung}] (Auswertung) at (8,0) {}; \draw[->,draw=blue] (AS) to (UC); -- GitLab