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