summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/exam-zh/doc/exam-zh-doc.tex
blob: 956a94c3df81cf3f271915903c0af679e8db3df7 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
\documentclass{xdyydoc}
\input{exam-zh-doc-setup.tex}
\usepackage{amssymb}

\begin{document}

% 封面的页边距

\newgeometry{
  left   = 2.2 in,
  right  = 1.25 in,
  top    = 1.25 in,
  bottom = 1.00 in
}

\maketitle

\input{./body/cover.tex}


% 用户手册的页边距

\newgeometry{
  left   = 1.75 in,
  right  = 0.80 in,
  top    = 1.25 in,
  bottom = 1.00 in
}

\tableofcontents


% 介绍
\input{./body/introduction.tex}
% 安装
\input{./body/installation.tex}

% \clearpage
% 使用
\input{./body/usage.tex}


% 宏包依赖情况
\input{./back/package.tex}
% 主要更新
\input{./back/main-changelog.tex}

% 参与开发
\input{./back/development.tex}


% 关于作者
\input{./back/about-author.tex}



\section{\cls{exam-zh}:TODO}

\begin{itemize}
  \item 增加试卷范例(语文,英语)
  \item 答案控制
    \begin{itemize}
      \item 选择题
        \begin{itemize}
          \item 题目下方
          \item 括号内
          \item 最后:列表形式、表格形式
        \end{itemize}
      \item 填空题
        \begin{itemize}
          \item 题目下方
          \item 划线内
          \item 最后
        \end{itemize}
      \item 解答题
        \begin{itemize}
          \item 题目下方
          \item 移动到最后
        \end{itemize}
    \end{itemize}
  \item 选择题答案标记
  \item 图文排版(参考 xkwxdyy 的 \pkg{text-figure} 宏包和 qinglee 的 \pkg{wrapstuff} 宏包)
  \item 测试兼容性
\end{itemize}


\end{document}