diff options
author | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2021-11-24 15:47:39 +0100 |
---|---|---|
committer | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2021-11-24 15:47:39 +0100 |
commit | aeaf8060972472eddc462cc5c88e03ea4a30d846 (patch) | |
tree | 8fede1b0419eec44642eacdde9b2c0f2c38d361e | |
parent | d4f94546fd3d43438591b44f04ef15a8aac49a7b (diff) |
Queries -> Questions in definition
-rw-r--r-- | definitions.sty | 4 |
1 files 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} } |