diff options
| author | ericmarin <maarin.eric@gmail.com> | 2026-06-19 12:39:13 +0200 |
|---|---|---|
| committer | ericmarin <maarin.eric@gmail.com> | 2026-06-26 09:57:03 +0200 |
| commit | d3e761a2286d04a3c0005b199653df2f6501f070 (patch) | |
| tree | bc4c77a68d94662ad41c67710e07af851e5d3287 /macros.tex | |
| parent | 8eb2ce59ae307984a5b40a05cefec1f7e112fb02 (diff) | |
| download | vein-d3e761a2286d04a3c0005b199653df2f6501f070.tar.gz vein-d3e761a2286d04a3c0005b199653df2f6501f070.zip | |
refined core
Diffstat (limited to 'macros.tex')
| -rw-r--r-- | macros.tex | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -58,9 +58,13 @@ \newcommand{\agentTermReLU}[2][]{% [#1=options, #2=name] \inetcell[arity=1, #1](#2){$\mathit{TR}$} } -% Symbolic -\newcommand{\agentSymbolic}[3][]{% [#1=options, #2=name, #3=symbol] - \inetcell[arity=0, #1](#2){$\mathit{S_{#3}}$} +% TermSymbolic +\newcommand{\agentTermSymbolic}[3][]{% [#1=options, #2=name, #3=symbol] + \inetcell[arity=0, #1](#2){$\mathit{TS_{#3}}$} +} +% TermConcrete +\newcommand{\agentTermConcrete}[3][]{% [#1=options, #2=name, #3=k] + \inetcell[arity=0, #1](#2){$\mathit{TC}_{#3}$} } % Interaction Rule \newcommand{\interactionrule}[3][]{ |
