我试图将考试内容放在两页纸上,因此我在方程式后添加了一个负垂直空间。现在的问题是,下一个段落更接近方程式(我本想这样做),但点不会移动,现在位于下一个段落的第一行旁边(我本来不想这样做)。有没有办法将点也向上移动?
\documentclass[addpoints,12pt]{exam}
\usepackage{lipsum}
\begin{document}
\pointsdroppedatright
\begin{questions}
\question
\begin{parts}
\part[5] Solve for $x$:
$$2x+1=0$$
\vspace{-6mm}
\droppoints
\part[2]
\lipsum[2]
\droppoints
\end{parts}
\end{questions}
\end{document}