• R/O
  • SSH

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョンe368f8c66b17d4402a51dfdfb9fac8b7e80dce38 (tree)
日時2010-08-28 00:18:52
作者lorenzo
コミッターlorenzo

ログメッセージ

I am now able also to tune the thickness of the arrows.

変更サマリ

差分

diff -r 01b2779b7ea2 -r e368f8c66b17 latex-documents/flowchart2.tex
--- a/latex-documents/flowchart2.tex Fri Aug 27 14:53:12 2010 +0000
+++ b/latex-documents/flowchart2.tex Fri Aug 27 15:18:52 2010 +0000
@@ -45,7 +45,8 @@
4545 text width=4.5em, text badly centered, node distance=2.5cm, inner sep=0pt]
4646 \tikzstyle{block} = [rectangle, draw, fill=blue!20,
4747 text width=35em, text centered, rounded corners, minimum height=4em]
48-\tikzstyle{line} = [draw, very thick, color=black!50, -latex']
48+% \tikzstyle{line} = [draw, very thick, color=black!50, -latex']
49+\tikzstyle{line} = [draw, line width=3.8pt , color=black!50, -latex']
4950 \tikzstyle{cloud} = [draw, ellipse,fill=red!20, node distance=2.5cm,
5051 minimum height=2em]
5152 \tikzstyle{smallblock} = [rectangle, draw, fill=blue!20,
@@ -57,7 +58,7 @@
5758
5859
5960 % \begin{tikzpicture}[scale=2, node distance = 2cm, auto]
60-\vspace*{-4.cm}
61+ \vspace*{-4.5cm}
6162
6263 % \noindent\makebox[\textwidth]{<tikz-picture>}
6364 \noindent\makebox[\textwidth]{
@@ -65,32 +66,33 @@
6566 %the default distance between nodes,
6667 %but I can override it.
6768 % Place nodes
68- \node [block] (data) {\huge{\underline{\bf Data}: time stamped records of human
69+ \node [block] (data) {\huge{{\bf Data: time stamped records of human
6970 interaction
7071 \begin{itemize}
7172 \item face-to-face proximity
7273 \item high temporal and spatial resolution
7374 \item initial and final time of each interaction
74-\end{itemize}}
75+\end{itemize}}}
7576 \includegraphics[width=3cm, height=3cm]{ciro1.png}
7677 };
7778 % \node [cloud, left of=init] (expert) {expert};
7879 % \node [cloud, right of=init] (system) {system};
79- \node [block, below of=data, node distance=9cm] (net) {\huge{Network
80+ \node [block, below of=data, node distance=10cm] (net) {\huge{{\bf Network
8081 Representation
8182 \begin{itemize}
8283 \item from physical proximity to networks
8384 \item aggregate on suitable time window
84-\end{itemize}}
85+\end{itemize}}}
8586 \includegraphics[width=3cm, height=3cm]{ciro2.png}};
86- \node [block, below of=net, node distance=5cm] (software) {\huge{Software: Python + R scripts}};
87+ \node [block, below of=net, node distance=6cm] (software)
88+ {\huge{{\bf Software: Python + R scripts}}};
8789 % \node [block, left of=evaluate, node distance=2.5cm] (update) {update model};
8890 \node [smallblock, below of=evaluate, left of=software, node distance=4cm] (stat)
89- {\huge{Statistics} \\
91+ {\huge{{\bf Statistics}} \\
9092 \includegraphics[width=4cm, height=4cm]{stat.pdf}};
9193 \node [smallblock, below of=evaluate, right of=software, node
9294 distance=4cm] (vis)
93- {\huge{Visualization} \\
95+ {\huge{\bf{Visualization}} \\
9496 \includegraphics[width=4cm, height=4cm]{vis.pdf}};
9597
9698 % \node [block, below of=decide, node distance=2.5cm] (stop) {stop};