考试类别:删除 \titledquestion 的换行符?

考试类别:删除 \titledquestion 的换行符?

我想 (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}

相关内容