2016-07-12 14:49:11 +02:00
|
|
|
%% By Théophile Bastian
|
|
|
|
%% Useful commands for concurrent games as event structures
|
|
|
|
|
|
|
|
\usepackage[normalem]{ulem}
|
|
|
|
|
|
|
|
\newcommand{\con}{\operatorname{Con}}
|
|
|
|
\newcommand{\confl}{\raisebox{0.5em}{\uwave{\hspace{2em}}}}
|
|
|
|
|
|
|
|
\newcommand{\forkover}[1]{[\qtodo{fork}~#1]}
|
|
|
|
\newcommand{\fork}{[\qtodo{fork}]}
|
|
|
|
\newcommand{\edgeArrow}{\rightarrowtriangle}
|
|
|
|
|
|
|
|
\newcommand{\config}{\mathscr{C}}
|
|
|
|
|
2016-07-18 12:50:28 +02:00
|
|
|
\newcommand{\strComp}{\odot}
|
|
|
|
\newcommand{\strInteract}{\ostar}
|
|
|
|
\newcommand{\strParallel}{\parallel}
|