summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/exam-zh/doc/exam-zh-doc-setup.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/xetex/latex/exam-zh/doc/exam-zh-doc-setup.tex')
-rw-r--r--macros/xetex/latex/exam-zh/doc/exam-zh-doc-setup.tex14
1 files changed, 11 insertions, 3 deletions
diff --git a/macros/xetex/latex/exam-zh/doc/exam-zh-doc-setup.tex b/macros/xetex/latex/exam-zh/doc/exam-zh-doc-setup.tex
index d6aa6a6a0b..e0a12cc402 100644
--- a/macros/xetex/latex/exam-zh/doc/exam-zh-doc-setup.tex
+++ b/macros/xetex/latex/exam-zh/doc/exam-zh-doc-setup.tex
@@ -6,6 +6,7 @@
\usepackage{../exam-zh-question}
\usepackage{../exam-zh-symbols}
\usepackage{../exam-zh-chinese-english}
+\usepackage{../exam-zh-textfigure}
\ExplSyntaxOn
\NewDocumentCommand \examsetup { m }
@@ -32,9 +33,9 @@
\title{\textcolor{MaterialIndigo800}{%
\textbf{exam-zh: 高考试卷 \LaTeX \xpinyin[font=\sffamily,format=\color{MaterialIndigo800}]{模}{mu2}板}}}
\author{李泽平,夏康玮,郭李军}
-\date{2022/08/15\quad v0.1.18%
+\date{2022/08/28\quad v0.1.19%
\thanks{%
- \url{https://gitee.com/zepinglee/exam-zh}
+ \url{https://gitee.com/xkwxdyy/exam-zh}
}
}
@@ -61,4 +62,11 @@
\rule[-0.7em]{0pt}{2em} \\\hline
\end{tabular}
}
-\ExplSyntaxOff \ No newline at end of file
+\ExplSyntaxOff
+
+\AddToHook{env/latexexample/after}
+ {%
+ \examsetup{
+ question/index=1
+ }
+ } \ No newline at end of file