Operations schematic for the German student initiative “Studenten bilden Schüler e.V.” See https://studenten-bilden-schueler.de.
Edit and compile if you like:
% Operations schematic for the German student initiative "Studenten bilden Schüler e.V."% See https://studenten-bilden-schueler.de.\documentclass[tikz,svgnames]{standalone}\usepackage[utf8]{inputenc}\usepackage[T1]{fontenc}\usetikzlibrary{positioning,decorations.text}\renewcommand{\familydefault}{\sfdefault}\tikzset{entity/.style={fill=#1!70,text=white,rounded corners,inner sep=1ex,font=\bfseries},action/.style={->,thick,postaction={decorate,decoration={raise=2pt,text along path,text align=center,text={|\scriptsize|#1}}}},non-ovs action/.style={->,DarkGray,postaction={decorate,decoration={raise=2pt,text along path,text align=center,text={|\scriptsize\color{DarkGray}|#1}}}},action/.default=}\begin{document}\begin{tikzpicture}[node distance=2 and 0.1]% Entities\node[entity=DarkBlue] (BV) {Bundesvorstand};\node[entity=DarkGreen,below=of BV] (SL) {Standortleitung};\node[entity=DarkOrange,below left=of SL] (SP) {Soziale Partner};\node[entity=DarkMagenta,below right=of SL] (NHL) {Nachhilfelehrer};\node[entity=DarkRed,below=4 of SL] (SC) {Schüler};% Actions% BV to BV\draw[action=erstellen] (BV.north east) to [in=-40,out=40,looseness=5] (BV.south east);\draw[action=editieren,decoration=reverse path] (BV.north west) to [in=220,out=140,looseness=5] (BV.south west);\draw[action=inaktivieren,decoration=reverse path] (BV.50) to [in=130,out=50,looseness=6] (BV.130);% BV to SL\draw[action=erstellen] (BV) to [bend right] (SL);
Click to download: sbs-aktionen.tex
Open in Overleaf: sbs-aktionen.tex
This file is available on tikz.netlify.app and on GitHub and is MIT licensed.
See more on the author page of Janosh Riebesell..