From 190a9238b8965060e9f0c8f6b7ded39bf35e8e7d Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Wed, 26 Jun 2024 10:33:21 +0200 Subject: [PATCH] Simplify \ci command --- utils/commands.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/commands.tex b/utils/commands.tex index 2ec2741..da00e83 100644 --- a/utils/commands.tex +++ b/utils/commands.tex @@ -120,7 +120,7 @@ \newcommand{\anova}[3]{$\mathrm{F(#1, #2)} = #3$} -\newcommand{\ci}[2]{$\mathrm{CI} = [#1, #2]$} +\newcommand{\ci}[2]{$[#1, #2]$} \newcommand{\friedman}[1]{$\chi^2 = #1$}