2016-07-12 13:49:11 +01:00
|
|
|
%% By Théophile Bastian
|
|
|
|
%% Useful commands for concurrent games as event structures
|
|
|
|
|
|
|
|
\usepackage[normalem]{ulem}
|
2016-07-18 16:27:34 +01:00
|
|
|
\usepackage{MnSymbol}
|
|
|
|
\usepackage{stmaryrd}
|
2016-07-19 10:50:11 +01:00
|
|
|
\usepackage{tikz}
|
2016-07-20 14:18:33 +01:00
|
|
|
\usepackage{relsize}
|
2016-07-19 10:50:11 +01:00
|
|
|
|
2016-08-12 16:29:29 +01:00
|
|
|
\usetikzlibrary{shapes,arrows,positioning}
|
2016-07-12 13:49:11 +01:00
|
|
|
|
2016-08-09 18:40:25 +01:00
|
|
|
\newcommand{\fname}[1]{\textsc{#1}}
|
|
|
|
|
2016-07-12 13:49:11 +01:00
|
|
|
\newcommand{\con}{\operatorname{Con}}
|
|
|
|
\newcommand{\confl}{\raisebox{0.5em}{\uwave{\hspace{2em}}}}
|
|
|
|
|
2016-08-21 01:50:16 +02:00
|
|
|
\newcommand{\obseq}{\simeq_\text{obs}}
|
|
|
|
|
2016-07-19 16:55:48 +01: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 13:49:11 +01:00
|
|
|
\newcommand{\edgeArrow}{\rightarrowtriangle}
|
2016-07-21 11:30:17 +01:00
|
|
|
\newcommand{\linarrow}{\rightspoon}
|
2016-08-10 16:57:58 +01:00
|
|
|
\newcommand{\redarrow}[1]{\overset{#1}{\longrightarrow}}
|
2016-07-12 13:49:11 +01:00
|
|
|
|
|
|
|
\newcommand{\config}{\mathscr{C}}
|
2016-08-12 16:29:29 +01:00
|
|
|
\newcommand{\downclose}[1]{\left[#1\right]}
|
2016-07-12 13:49:11 +01:00
|
|
|
|
2016-07-18 11:50:28 +01:00
|
|
|
\newcommand{\strComp}{\odot}
|
|
|
|
\newcommand{\strInteract}{\ostar}
|
|
|
|
\newcommand{\strParallel}{\parallel}
|
2016-07-18 16:27:34 +01:00
|
|
|
|
|
|
|
\newcommand{\seman}[1]{\llbracket{} #1 \rrbracket}
|
2016-07-19 10:50:11 +01:00
|
|
|
|
2016-07-20 14:18:33 +01:00
|
|
|
\newcommand{\tens}{\otimes}
|
|
|
|
\newcommand{\Tens}{\mathlarger\otimes}
|
|
|
|
|
2016-07-21 11:30:17 +01:00
|
|
|
% LCCS
|
|
|
|
|
2016-08-14 17:18:28 +01:00
|
|
|
\newcommand{\newch}[1]{\left(\nu #1\right)}
|
|
|
|
|
2016-08-12 16:29:29 +01:00
|
|
|
\newcommand{\linearmark}{$\mathcal{L}$}
|
2016-08-09 20:30:22 +01:00
|
|
|
\newcommand{\lcalc}{$\lambda$-calculus}
|
2016-08-08 13:44:07 +01:00
|
|
|
\newcommand{\lccs}{$\lambda$CCS}
|
2016-08-12 16:29:29 +01:00
|
|
|
\newcommand{\linccs}{{\linearmark}CCS}
|
|
|
|
\newcommand{\llccs}{$\lambda${\linearmark}CCS}
|
2016-07-21 11:30:17 +01:00
|
|
|
\newcommand{\proc}{\mathbb{P}}
|
|
|
|
\newcommand{\chan}{\mathbb{C}}
|
|
|
|
|
2016-08-12 18:12:53 +01:00
|
|
|
\newcommand{\validctx}{\mathcal{L}}
|
|
|
|
\newcommand{\freevars}{\operatorname{fv}}
|
|
|
|
|
2016-07-21 11:30:17 +01:00
|
|
|
% Copycat
|
|
|
|
\newcommand{\CC}{{\rm C\!\!\!C}}
|
|
|
|
\newcommand{\cc}{\mathrm{\,c\!\!\!\!c\,}}
|
|
|
|
|
2016-07-19 10:50:11 +01:00
|
|
|
\newcommand{\includedot}[2][]{%
|
|
|
|
\begin{tikzpicture}[>=latex,line join=bevel,#1]
|
|
|
|
\input{_build/dot/#2.tex}
|
|
|
|
\end{tikzpicture}}
|