L3-internship-report/concurgames.sty

39 lines
996 B
Plaintext
Raw Normal View History

2016-07-12 14:49:11 +02:00
%% By Théophile Bastian
%% Useful commands for concurrent games as event structures
\usepackage[normalem]{ulem}
\usepackage{MnSymbol}
\usepackage{stmaryrd}
2016-07-19 11:50:11 +02:00
\usepackage{tikz}
2016-07-20 15:18:33 +02:00
\usepackage{relsize}
2016-07-19 11:50:11 +02:00
\usetikzlibrary{shapes,arrows}
2016-07-12 14:49:11 +02:00
\newcommand{\con}{\operatorname{Con}}
\newcommand{\confl}{\raisebox{0.5em}{\uwave{\hspace{2em}}}}
2016-07-19 17:55:48 +02:00
\newcommand{\cov}{{{\mathrel-\joinrel\subset}}}
\newcommand{\longcov}[1]{{\stackrel{#1}
{\mathrel-\joinrel\relbar\joinrel\subset\,}}}
\newcommand{\forkover}[1]{\longcov{#1}}
\newcommand{\fork}{\cov}
2016-07-12 14:49:11 +02:00
\newcommand{\edgeArrow}{\rightarrowtriangle}
\newcommand{\linArrow}{\rightspoon}
2016-07-12 14:49:11 +02:00
\newcommand{\config}{\mathscr{C}}
2016-07-18 12:50:28 +02:00
\newcommand{\strComp}{\odot}
\newcommand{\strInteract}{\ostar}
\newcommand{\strParallel}{\parallel}
\newcommand{\seman}[1]{\llbracket{} #1 \rrbracket}
2016-07-19 11:50:11 +02:00
2016-07-20 15:18:33 +02:00
\newcommand{\tens}{\otimes}
\newcommand{\Tens}{\mathlarger\otimes}
2016-07-19 11:50:11 +02:00
\newcommand{\includedot}[2][]{%
\begin{tikzpicture}[>=latex,line join=bevel,#1]
\input{_build/dot/#2.tex}
\end{tikzpicture}}