From 70968365e84396674d64ee031817561b342e1761 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Wed, 26 Jun 2024 10:33:39 +0200 Subject: [PATCH] Add user study commands --- utils/commands.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utils/commands.tex b/utils/commands.tex index da00e83..aab34b1 100644 --- a/utils/commands.tex +++ b/utils/commands.tex @@ -216,3 +216,9 @@ \newcommand{\tabrow}[1]{#1 \\ \hline} \newcommand{\tabref}[1]{Table~\ref{tab:#1}} + + +%% User studies +\newcommand{\factor}[1]{\textsc{#1}} +\newcommand{\level}[1]{\textsl{#1}} +\newcommand{\response}[1]{\textit{#1}}