xsim
看起来不错。
编辑,2019 年 3 月 28 日
我知道,必须阅读手册!但只有一个问题:如何模拟xsim
此exsheets
设置?
\SetupExSheets{%
counter-format = ch.qu,
counter-within=chapter,
label-format = ch.qu:#1,
headings-format={\color{blue}\sffamily\scshape\bfseries}
}
答案1
编辑,2019 年 3 月 28 日
好的,这解决了我的要求,声明一个模板:
\DeclareExerciseEnvironmentTemplate{blue} {%
\par
\Needspace*{2\baselineskip}
\noindent
\textsf{\textcolor{blue}{\scshape{\bfseries{\GetExerciseName}%
\nobreakspace\GetExerciseProperty{counter}}}}%
\quad }
{\par\bigskip}
并使用它:
\xsimsetup{%
exercise/within = chapter ,
exercise/template = blue ,
exercise/the-counter = \thechapter.\arabic{exercise}
}
正如我之前指出的,它在手册里!!