summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/homework/homework-demo-cn.tex
blob: 408982010704e621aa07734850de6c3b26b47261 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
\documentclass[11pt,
  logo = {example-image},
  % logo height = 1cm,
  title in boldface,
  % title in sffamily,
  theorem in new line,
]{homework}

\UseLanguage{Chinese}


\title{学科名称,第一周}
\author{作者}
% \date{\today[only-year-month],地点}
\date{\TheDate{2023-12-25},地点}


\begin{document}


\bigskip\textcolor{gray!55}{(如果你打算直接写出解答…)}

\begin{problem}
    这里是解答/证明。
\end{problem}


\bigskip\textcolor{gray!55}{(如果你打算先陈述问题后再写出解答…)}

\begin{problem}[问题简介]
    你可以把问题陈述在这里…
\end{problem}

\begin{solution}
    …然后把解答写在这里…
\end{solution}

\bigskip\textcolor{gray!55}{(如果比起\textquote{解},你更希望写\textquote{证明}…)}

\begin{solution}[证明]
    …或者写一个这样的证明…
    \begin{lemma}[你可以在这里写一些注释]\label{lem}
        一些辅助结果。
    \end{lemma}
    \begin{proof}
        \Cref{lem}的证明,其中用到下面的公式:
        \[
            \infty = \infty + 1
            \makebox[0pt][l]{\,。} % 句尾的句号
            \qedhere               % 用来把 QED 放在正确的位置
        \]
    \end{proof}
    …剩余的步骤……
\end{solution}

\bigskip\textcolor{gray!55}{(写\textquote{答}也是可以的…)}

\begin{answer}
    \verb|answer| 环境的用法和 \verb|solution| 是完全相同的。
\end{answer}


\bigskip\textcolor{gray!55}{(如果你更喜欢传统的证明样式…)}

\begin{proof}
    \verb|proof| 环境依然可用。
\end{proof}


\DNF<一些描述>


\end{document}