From aeaf8060972472eddc462cc5c88e03ea4a30d846 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Wed, 24 Nov 2021 15:47:39 +0100 Subject: Queries -> Questions in definition --- definitions.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/definitions.sty b/definitions.sty index f3731ea..2bef5e3 100644 --- a/definitions.sty +++ b/definitions.sty @@ -9,14 +9,14 @@ % #1 (optional): Fixed parameters of the problem % #2: Name of query problem % #3: The structure to preprocess -% #4: Queries to handle +% #4: Questions to handle \newcommand{\queryproblem}[4][]{ \begin{problem} \upshape \textsc{#2} \\ \ifthenelse{\equal{#1}{}}{}{\textbf{Fixed:} #1 \\} \textbf{Given:} #3 \\ - \textbf{Queries:} #4 + \textbf{Questions:} #4 \end{problem} } -- cgit v1.2.3