Search found 2 matches

by danst0
Fri Jul 23, 2010 8:28 am
Forum: Graphics, Figures & Tables
Topic: Tiks graphic aggregating parts with curly brackets
Replies: 3
Views: 2803

Tiks graphic aggregating parts with curly brackets

Great, thanks for the code!

With my own text I just had to adjust the brace amplitude (=15) and shift the text a little:

Code: Select all

\draw [decorate] (C.south west) -- node[below,yshift=-1cm,text width=4cm]{Some description of said affiliation} (A.south west);
by danst0
Wed Jul 21, 2010 4:57 pm
Forum: Graphics, Figures & Tables
Topic: Tiks graphic aggregating parts with curly brackets
Replies: 3
Views: 2803

Tiks graphic aggregating parts with curly brackets

Hi,

I am using the Tiks library to draw a simple chain in Latex:
\begin{tikzpicture}[start chain,node distance=5mm, every node/.style={on chain,join}, every join/.style={->}]
\node [nonterminal] {A};
\node [nonterminal] {B};
\node [nonterminal] {C};
\end{tikzpicture}

Since the nodes A and B ...