我想 (a) 删除冒号和问题开头之间的换行符,以及 (b) 删除问题结尾和解决方案开头之间的换行符,如下图所示。这在课堂上可以实现吗exam
?
以下是上图的 tex 源代码:
\documentclass[answers, 10pt]{exam}
\qformat{\mbox{\textbf{Question \thequestion~(}\thequestiontitle \textbf{):}}\enspace}
\unframedsolutions
\begin{document}
\begin{questions}
\titledquestion{Exercise Title}
Show that $2 + 2 = 4$.
\begin{solution}
The answer is obvious.
\end{solution}
\end{questions}
\end{document}