m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/definitions.sty
blob: f6d2e9417f16385a756017fafea9afcf12929d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\newtheorem{definition}{Definition}[chapter]

% #1: Name of query problem
% #2: The structure to preprocess
% #3: Queries to handle
\newcommand{\queryproblem}[3]{
    \textsc{#1}

    \textbf{Given:} #2

    \textbf{Queries:} #3
}