mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
added some dependencies
This commit is contained in:
parent
d0b2462b1e
commit
1239619e09
3 changed files with 1557 additions and 575 deletions
Binary file not shown.
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 94 KiB |
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 349 KiB |
|
@ -64,16 +64,17 @@ soft/.style ={rectangle, draw=red, thick, fill=red!20,align=center, rounded corn
|
|||
\path[->] (algi) edge node {} (algii);
|
||||
\path[->] (tgi) edge node[anchor=center,above,sloped] {\tiny{ILP}} (algii);
|
||||
\path[->] (wt) edge node[anchor=center,above,sloped] {\tiny{Randomisierte Algorithmen}} (algii);
|
||||
\path[->] (dt) edge node {} (ro);
|
||||
\path[->] (lai) edge[ultra thick] node {} (laii);
|
||||
\path[->] (dt) edge node[anchor=center,above,sloped] {\tiny{Zahlendarstellungen}} (ro);
|
||||
\path[->] (lai) edge[ultra thick] node[anchor=center,above,sloped] {\tiny{Gruppe, Körper, \dots}} (laii);
|
||||
\path[<->] (lai) edge node {} (gbi);
|
||||
\path[<->] (gbi) edge[bend left] node [anchor=center,above,sloped] {\tiny{Induktion}} (anai);
|
||||
\path[->] (anai) edge[ultra thick] node {} (anaii);
|
||||
\path[->] (laii) edge[bend left] node[anchor=center,above,sloped] {\tiny{Mathematische Strukturen}} (algii);
|
||||
\path[->] (programmieren) edge[very thick] node {} (swti);
|
||||
\path[->] (programmieren) edge[very thick] node[anchor=center,above,sloped] {\tiny{Java}} (swti);
|
||||
\path[->] (programmieren) edge[bend left] node {} (pse);
|
||||
\path[->] (programmieren) edge node {} (os);
|
||||
\path[->] (swti) edge node {} (pse);
|
||||
\path[<->] (ro) edge node[anchor=center,above,sloped] {\tiny{Assembler}} (os);
|
||||
\path[<->] (ro) edge node[anchor=center,above,sloped] {\tiny{Assembler, Adressierung}} (os);
|
||||
\path[<->] (algii) edge [very thick] node {} (icpc);
|
||||
\path[->] (swti) edge node[anchor=center,above,sloped] {\tiny{Prozessmodelle}} (web);
|
||||
\path[<->] (pse) edge[red] node {} (tse);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue