Skip to content

Commit

Permalink
Further refinement of the exploration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rensink committed Aug 30, 2024
1 parent 392599f commit 1fb5e98
Show file tree
Hide file tree
Showing 8 changed files with 151 additions and 120 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
*.log
/doc/exploration/explore.pdf
/doc/exploration/*.gz
/doc/exploration/texput.log
202 changes: 120 additions & 82 deletions doc/exploration/explore.tex

Large diffs are not rendered by default.

Binary file modified doc/exploration/figs/figs.pptx
Binary file not shown.
Binary file added doc/exploration/figs/s-venn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/exploration/figs/t-venn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/exploration/figs/venn.png
Binary file not shown.
47 changes: 30 additions & 17 deletions doc/exploration/preamble.sty
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,41 @@
\usepackage[inline]{enumitem}
\setlist{itemsep=0pt}
\usepackage{graphicx}
\usepackage{subcaption}

\newcommand{\GROOVE}{GROOVE}

% Closure of a pseudo-state
\newcommand{\cls}[1]{{#1}{\triangleright}}
\newcommand{\cls}[1]{\lceil{#1}\rceil}
%\newcommand{\cls}[1]{{#1}{\triangleright}}
% Prime of a pseudo-state
\newcommand{\prm}[1]{{\triangleleft}\mskip-2mu{#1}}
\newcommand{\prm}[1]{\lfloor{#1}\rfloor}
%\newcommand{\prm}[1]{{\triangleleft}\mskip-2mu{#1}}

\newcommand{\dom}{\mathop{\mathrm{dom}}}

\newcommand{\Inner}{\ensuremath{\mathit{inner}}}
\newcommand{\Outer}{\ensuremath{\mathit{outer}}}
\newcommand{\Prime}{\ensuremath{\mathit{prim}}}
\newcommand{\Complete}{\ensuremath{\mathit{cplt}}}
\newcommand{\Open}{\ensuremath{\mathit{open}}}
\newcommand{\Closed}{\ensuremath{\mathit{clsd}}}
\newcommand{\Transient}{\ensuremath{\mathit{trnt}}}
% Absence
% Absent
\newcommand{\Absent}{\ensuremath{\mathit{abst}}}
% Stability
\newcommand{\Present}{\ensuremath{\mathit{prst}}}
% Steady
\newcommand{\Steady}{\ensuremath{\mathit{stdy}}}
% Eventual persistence
\newcommand{\ESteady}{\Steady^\diamond}
% Transient depth
\newcommand{\TDepth}{\ensuremath{\mathit{trdp}}}
% Eventual transient depth
\newcommand{\ETDepth}{\TDepth^\diamond}
\newcommand{\Transient}{\ensuremath{\mathit{trnt}}}
% Transience level
\newcommand{\TLevel}{\ensuremath{\tau}}
% Absence depth
\newcommand{\ALevel}{\ensuremath{\alpha}}
% Recipe mapping
\newcommand{\Recipe}{\ensuremath{\rho}}

% Partiality of a transition
\newcommand{\Partial}{\ensuremath{\mathit{part}}}
\newcommand{\Atomic}{\ensuremath{\mathit{atom}}}

% Reachable transient open states
\newcommand{\RTO}{\mathit{RTO}}
Expand All @@ -58,11 +65,17 @@

% Special arrows

\newcommand{\goesto}{\rightarrowtail}
\newcommand{\ngoesto}{\arrownot\rightarrowtail}
\newcommand{\goestostep}{\mathrel{{\prec}\mskip-3mu{\cdot}}}
\newcommand{\ngoestostep}{\not\goeststep}
\newcommand{\goestoplus}{\prec}
\newcommand{\goesto}{\preccurlyeq}

\newcommand{\comesfromstep}{\mathrel{{\cdot}\mskip-3mu{\succ}}}
\newcommand{\ncomesfrom}{\not\comesfromstep}
\newcommand{\comesfromplus}{\succ}
\newcommand{\comesfrom}{\succcurlyeq}


\newcommand{\comesfrom}{\leftarrowtail}
\newcommand{\ncomesfrom}{\arrownot\leftarrowtail}
\newcommand{\ra}{\rightarrow}
\newcommand{\up}{{\uparrow}}

Expand All @@ -87,9 +100,9 @@
\newcommand{\nstep}[1]{\mapstochar\joinrel\xarrownot\xrightarrow{\xlabel{#1}}}

% Transactional transition
\newcommand{\ttrans}{\twoheadrightarrow}
\newcommand{\ttrans}[1]{\xrightarrow{\xlabel{#1}}\mathrel{\mkern-13mu}\rightarrow}
% Negated transactional transition
\newcommand{\nttrans}{\arrownot\ttrans}
%\newcommand{\nttrans}{\arrownot\ttrans}

%%%% Recapture the mapstochar, which is set to undefined by MnSymbol
\usepackage{trimclip}
Expand Down
21 changes: 0 additions & 21 deletions doc/exploration/texput.log

This file was deleted.

0 comments on commit 1fb5e98

Please sign in to comment.