使用考试包时,我想知道答案要给出多少行。给出高度依赖于 line-height 参数。
可以说“我想添加 5 条虚线”吗?
答案1
该参数\dottedlinefillheight
定义为所谓的长度,这意味着你可以将它与乘法因子一起使用,类似于
\includegraphics[width=0.8\textwidth]{example-image}
当您使用n\dottedlinefillheight
它作为参数\fillwithdottedlines
时,n
将会打印出行数。
梅威瑟:
\documentclass{exam}
\begin{document}
\begin{questions}
\question
In no more than one paragraph, explain why the earth is round.
\fillwithdottedlines{5\dottedlinefillheight}
\end{questions}
\end{document}
结果: