2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 06:18:05 +02:00

informatikstudium-kit-abhaengigkeitsgraph: Added Echtzeitsysteme

This commit is contained in:
Martin Thoma 2015-04-19 11:18:55 +02:00
parent 6d5fe4367b
commit 250aa25427
3 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
SOURCE = informatikstudium-kit-abhaengigkeitsgraph SOURCE = informatikstudium-kit-abhaengigkeitsgraph
DELAY = 80 DELAY = 80
DENSITY = 300 DENSITY = 1000
WIDTH = 1000 WIDTH = 2000
make: make:
pdflatex $(SOURCE).tex -output-format=pdf pdflatex $(SOURCE).tex -output-format=pdf

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 226 KiB

Before After
Before After

View file

@ -57,6 +57,7 @@ soft/.style ={rectangle, draw=red, thick, fill=red!20,align=center, rounded corn
\node[pflicht] (datenbanken) [right of=numerik] {Datenbanken}; \node[pflicht] (datenbanken) [right of=numerik] {Datenbanken};
\node[pflicht] (rechnernetze) [below of=wt] {Rechnernetze}; \node[pflicht] (rechnernetze) [below of=wt] {Rechnernetze};
\node[stammmodul] (KogSys) [right of=rechnernetze] {KogSys}; \node[stammmodul] (KogSys) [right of=rechnernetze] {KogSys};
\node[stammmodul] (Echtzeitsysteme) [right of=KogSys] {Echtzeit-Sys.};
\node[pflicht] (algii) [right of=datenbanken, below of=datenbanken] {Algorithmen II}; \node[pflicht] (algii) [right of=datenbanken, below of=datenbanken] {Algorithmen II};
@ -94,6 +95,7 @@ soft/.style ={rectangle, draw=red, thick, fill=red!20,align=center, rounded corn
\path[->] (swti) edge[red, bend right] node {} (pse); \path[->] (swti) edge[red, bend right] node {} (pse);
\path[->] (gbi) edge[red] node {} (pse); \path[->] (gbi) edge[red] node {} (pse);
\path[<->] (os) edge node[anchor=center,above,sloped] {\tiny{Paging}} (algii); \path[<->] (os) edge node[anchor=center,above,sloped] {\tiny{Paging}} (algii);
\path[->] (ro) edge[thick] node[anchor=center,above,sloped] {\tiny{Bus, ROS, CAS, Microprozessoraufbau}} (Echtzeitsysteme);
\begin{customlegend}[legend entries={Pflichtmodul,Stammmodul,Wahlmodul,Softskill,Inhaltliche Abhängigkeit,Harte Abhängigkeit},legend style={at={(-3,-12)},anchor=center}] \begin{customlegend}[legend entries={Pflichtmodul,Stammmodul,Wahlmodul,Softskill,Inhaltliche Abhängigkeit,Harte Abhängigkeit},legend style={at={(-3,-12)},anchor=center}]
\addlegendimage{blue,fill=blue!20,area legend} \addlegendimage{blue,fill=blue!20,area legend}