对于以前版本的 xsim,可以拥有解决方案环境之内练习环境和全局命令\xsimsetup{solution/print = true}
将在相应练习之后立即打印解决方案(使用 2017 年的 tex live 发行版进行测试)。现在(使用 tex live 2021 进行测试),如果解决方案环境是外部练习环境。否则,它会忽略该命令\xsimsetup{solution/print = true}
。
有什么解决方法吗?还是我遗漏了手册中的某些内容?谢谢。
演习环境中解决方案环境的 MWE:
\documentclass{article}
\usepackage{xsim}
\xsimsetup{solution/print = true}
%
\begin{document}
\begin{exercise}
%
QUESTION
%solution within exercise environment
\begin{solution}
SOLUTION
\end{solution}
\end{exercise}
\end{document}
答案1
它从来没打算solution
在里面工作exercise
。一开始它能工作纯属偶然。
在最近的更新中,演习环境发生了变化,现在已不可能再进行了。