summaryrefslogtreecommitdiff
path: root/macros.tex
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2026-06-19 12:39:13 +0200
committerericmarin <maarin.eric@gmail.com>2026-06-26 09:57:03 +0200
commitd3e761a2286d04a3c0005b199653df2f6501f070 (patch)
treebc4c77a68d94662ad41c67710e07af851e5d3287 /macros.tex
parent8eb2ce59ae307984a5b40a05cefec1f7e112fb02 (diff)
downloadvein-d3e761a2286d04a3c0005b199653df2f6501f070.tar.gz
vein-d3e761a2286d04a3c0005b199653df2f6501f070.zip
refined core
Diffstat (limited to 'macros.tex')
-rw-r--r--macros.tex10
1 files changed, 7 insertions, 3 deletions
diff --git a/macros.tex b/macros.tex
index 32b4789..333f3ac 100644
--- a/macros.tex
+++ b/macros.tex
@@ -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][]{