From e99b9374b2ac1e253388a9c5931e2feba9066b4e Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 23 Dec 2025 13:36:39 +0100 Subject: [PATCH] cal L macro --- _macros.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_macros.tex b/_macros.tex index ccdd6ca..d15791f 100644 --- a/_macros.tex +++ b/_macros.tex @@ -3,4 +3,5 @@ \newcommand{\ELBORTheta}{\ELBO{\R}{\pmb{\theta}}} \newcommand{\Var}{\mathbb{V}} \newcommand{\Esp}{\mathbb{E}} -\newcommand{\Prob}{\mathbb{P}} \ No newline at end of file +\newcommand{\Prob}{\mathbb{P}} +\newcommand{\calL}{\mathcal{L}} \ No newline at end of file