-
Notifications
You must be signed in to change notification settings - Fork 1
/
examples.tex
36 lines (30 loc) · 1.19 KB
/
examples.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\section*{Examples}
\setcounter{section}{7} % 7 Section %
\setcounter{subsection}{2} % 7.2 Subsection %
\setcounter{subsubsection}{4} % 7.2.4 Subsubsection %
\subsubsection{} % subsubsection auto-increments, so this becomes 7.2.5 %
Here's where the text of an exercise would go - notice how the title of the subsubsection runs into the paragraph.
\hint{
The ``hint'' command is a convenience wrapper for a default tcolorbox with the title set to ``Hint''
}
\begin{answer}
This ``answer'' environment is like the ``proof'' environment below,
but without the ``Proof.'' text or the QED box.
\end{answer}
\begin{proof}
This is a ``proof'' environment; below is a list of command examples from homework.sty:
\begin{align*}
\cop{\abs{x-c}} \\
\cop{\absle{f(x)-f(c)}} \\
\cop{\absld{x-c}} \\
\cop{\fabr} \\
\cop{\func[g]{[c,d]}} \\
\cop{\func{D}} \\
\cop{\deltaxi} \\
\cop{\deltaxi[k]} \\
\cop{\lowersum} \\
\cop{\uppersum} \\
\cop{\partition} \\
\cop{\intab f(x)dx}
\end{align*}
\end{proof}