veelo 章节样式错误

veelo 章节样式错误

memoir在 OS X 10.8 上使用 XeLaTeX 时,我在使用和章节样式时遇到问题veelo。以下代码给出了错误

! Undefined control sequence.
<argument> \hspace {.8em}\resizebox 
                                    {!}{\beforechapskip }{\chapnumfont \thec... 
l.5 \chapter{This is chapter 1}

我已经将范围缩小到章节样式的使用veelo,但我真的不知道接下来该怎么做。

\documentclass[9pt, twoside, onecolumn]{memoir}
\usepackage{hyperref}
\chapterstyle{veelo}
\begin{document}
\chapter{This is chapter 1}
\section{A new section}
The hyperref should be \href{mailto:[email protected]}{[email protected]}
\end{document}

答案1

请添加\usepackage{graphicx}以避免错误。请参阅手册的 B.1.5 节memoir

graphicx如果您使用这种样式,由于宏的原因,您还需要使用包 [CR99] \resizebox。veelo 样式最适合从正面页面开始的章节。

相关内容