From 584580f02959548e924d300a04d70e8506e6a9ec Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 15 Dec 2025 13:30:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Adding=20a=20common=20tex=20macr?= =?UTF-8?q?os=20file=20to=20include?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _macros.tex | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _macros.tex diff --git a/_macros.tex b/_macros.tex new file mode 100644 index 0000000..47232e1 --- /dev/null +++ b/_macros.tex @@ -0,0 +1,3 @@ +\newcommand{\ELBO}[2]{\mathcal{J}(#1,#2)} +\newcommand{\R}{\mathcal{R}} +\newcommand{\ELBORTheta}{\ELBO{\R}{\pmb{\theta}}}