我想创建一个exam
课堂文档,其中的问题采用“问题 1”或“问题 1”的形式,并在左边距列出要点。
更改 qformat 会完全消除这些点,除非我将它们包含在新的 qformat 中。例如以下
\qformat {Problem~\thequestiontitle. \hfill}
\pointsinmargin
根本不产生点值。我可以\thepoints
在 qformat 中的某个位置添加它们,它们会出现,但不会在边距中出现。
以下 MWE 将要点(应在边缘)标记在问题标签的正上方。
\documentclass [addpoints, letterpaper, 12pt] {exam}
\renewcommand {\questionlabel} {\textbf{Problem}~\thequestiontitle.}
\bracketedpoints
\pointsinmargin
\begin {document}
\begin {questions}
\question [20] Some text.
\end {questions}
\end {document}
考试课程看起来设计得很好,文档也很齐全,所以我猜我可能没有找到解决这个问题的好办法。但我只能通过添加 \hspace* 等来获得稍微好一点的结果。
编辑:我希望“问题 1”与文本的其余部分齐平,而不是像通过以下方式实现的那样被推到边缘这个答案。