-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstructure.tex
54 lines (49 loc) · 1.48 KB
/
structure.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\begin{figure}[h]
\begin{center}
\
\tikzstyle{every node}=[draw=black,thick,anchor=west]
\tikzstyle{selected}=[draw=red,fill=red!30]
\tikzstyle{optional}=[dashed,fill=gray!50]
\begin{tikzpicture}[%
grow via three points={one child at (0.5,-0.7) and
two children at (0.5,-0.7) and (0.5,-1.4)},
font=\sffamily\small,
edge from parent path={(\tikzparentnode.south) |- (\tikzchildnode.west)}]
\node {servidor}
child { node [selected] {ftp}
child { node {código fuente}}
child { node {imágenes}
child { node {crudas}
child { node {caso 1}}
child { node [optional] {...}}
child { node {caso n}}
}
child [missing] {}
child [missing] {}
child [missing] {}
child { node {preprocesadas}
child { node {caso 1}}
child { node [optional] {...}}
child { node {caso n}}
}
}
}
child [missing] {}
child [missing] {}
child [missing] {}
child [missing] {}
child [missing] {}
child [missing] {}
child [missing] {}
child [missing] {}
child [missing] {}
child [missing] {}
child { node [selected] {http}
child { node {archivos HTML}}
child { node {archivos CSS}}
};
\end{tikzpicture}
\end{center}
\caption[Estructura de CPDM]{Estructura de CPDM}
\label{fig:structure}
\end{figure}