commit c12346d9e451296f74999d979ad4d84ec69dd79e
parent 0aaef4d58fac391ca5b57f2742363185243c5085
Author: Ivan Gankevich <igankevich@ya.ru>
Date: Mon, 27 Feb 2017 16:29:33 +0300
Adjust figure size to make its caption visible.
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/tex/cluster-0.tex b/tex/cluster-0.tex
@@ -1,7 +1,7 @@
%\centering%
\begin{tikzpicture}[remember picture,x=3.5cm,y=-3.5cm]%
- \node[Node] (A1) at (0,0) {A};
- \node[Node] (B1) at (1,0) {B};
+ \node[Node] (A1) at (0,0) {B};
+ \node[Node] (B1) at (1,0) {A};
\node[Node] (C1) at (0,1) {C};
\node[Node] (D1) at (1,1) {D};
diff --git a/tex/frame-1.tex b/tex/frame-1.tex
@@ -1,4 +1,4 @@
\input{tex/frame-0}
\begin{tikzpicture}[remember picture,overlay]
- \node[Task,label={[TaskLabel]90:\textbf{Principal\vphantom{p}}}] (Master) at (A1.center) {\phantom{A}};
+ \node[Task,label={[TaskLabel]90:\textbf{Main\vphantom{p}}}] (Master) at (A1.center) {\phantom{A}};
\end{tikzpicture}%
diff --git a/tex/legend-ru.tex b/tex/legend-ru.tex
@@ -1,4 +1,4 @@
-\begin{tikzpicture}[x=2.3cm,y=-1.0cm,framed]
+\begin{tikzpicture}[x=2.3cm,y=-2.0cm,framed]
\node[Node] at (0,0) {\phantom{A}};
\node[anchor=west] (X2) at (0.4,0) {\strut узел кластера};
@@ -12,10 +12,10 @@
\node[Daemon,scale=0.6] at (0,3) {\phantom{A}};
\node[anchor=west] (X2) at (0.4,3) {\strut процесс-сервис};
\draw[DaemonLink] (3.8,3) -- (4.2,3);
- \node[anchor=west] (X2) at (4.4,3) {\strut связь узлов иерархии};
+ \node[anchor=west,text width=5cm] (X2) at (4.4,3) {\strut иерархическая связь между узлами};
\node[Process,scale=0.6] (X3) at (0,4) {\phantom{A}};
\node[baseline=(X3.base),anchor=west] at (0.4,4) {\strut управляющий объект};
\draw[ProcessEdge] (3.8,4) -- (4.2,4);
- \node[anchor=west] (X2) at (4.4,4) {\strut связь управляющих объектов};
+ \node[anchor=west,text width=5cm] (X2) at (4.4,4) {\strut иерархическая связь между управляющими объектами};
\end{tikzpicture}