
아래 이미지와 같이 (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}