如何获取以毫米为单位的页面布局?

如何获取以毫米为单位的页面布局?

我尝试了解实际的页面布局 - 但喜欢以 mm 为单位。我使用layouts但得到的尺寸以 pt 为单位。有一个命令\printinunitsof{mm},但我不明白如何使用它。在我的示例代码中,它没有效果。它属于哪里?

\documentclass[msmallroyalvopaper
    ]{memoir}

\usepackage{layouts}

\begin{document}

\printinunitsof{mm}
\begin{figure}
    \currentpage
    \oddpagelayouttrue
    \pagedesign
    \caption{Odd page layout for this document} \label{fig:ptrs}
\end{figure}

\include{intro}

\end{document}

相关内容