我有以下问题:我想将脚注与moderncv文档类一起使用。在我的情况下,如果我尝试编译以下示例,它会给我一个错误:
\documentclass[12pt, a4paper]{moderncv}
\moderncvtheme[grey]{classic}
\firstname{First}
\familyname{Last}
\begin{document}
\section{Start}
Hello\footnote{this is a footnote}
\end{document}
我收到以下错误:
!未定义的控制序列。 \ H @@ footnotetext ... color @ begingroup \ @makefntext {\ rule \ z @ \ footnotesep \ i ... l.9 Hello \ footnote {这是一个脚注}
我不确定为什么,但很明显,如果我将文档类更改为文章类,那么moderncv文档类应该归咎于此错误。
我感谢任何帮助。
答案 0 :(得分:18)
您可以试用footmisc
套餐。即将开头改为
\documentclass[12pt, a4paper]{moderncv}
\usepackage{footmisc} % enabling footnotes.
\moderncvtheme[grey]{classic}
% ... rest the same.
答案 1 :(得分:4)
要在页面底部添加脚注,您需要看到以下主题:
https://tex.stackexchange.com/questions/48500/footnote-in-moderncv
它解决了我关于脚注的问题。您应该使用\ footnotemark和\ footnotetext {Some text}而不是\ footnote