我正在尝试在 lualatex 中以 10/12pt 排版。如何确定单倍行距(\SingleSpacing
在回忆录中)是否符合此规范?
答案1
你可以运行
\documentclass{memoir}
\begin{document}
\makeatletter
\typeout {%
Fontsize: \f@size pt / Baselineskip: \the\baselineskip
}
\makeatother
\end{document}
这将显示
Fontsize: 10pt / Baselineskip: 12.0pt
显示 10/12pt 是 memoir 中的默认值。您可以轻松添加\SingleSpacing
或类似命令来查看它们对尺寸的影响。