我的序言如下:
\documentclass{book}
\usepackage{xcolor}
\usepackage[framemethod=default]{mdframed}
\usepackage{lipsum}
\newmdenv[skipabove=7pt,
skipbelow=7pt,
rightline=false,
leftline=true,
topline=false,
bottomline=false,
backgroundcolor=black!10,
linecolor=black,
innerleftmargin=12pt,
innerrightmargin=12pt,
innertopmargin=12pt,
innerbottommargin=12pt,
splittopskip=16.5pt,
splitbottomskip=12pt,
leftmargin=0cm,
rightmargin=0cm,
footnotedistance=22pt,
linewidth=4pt]{dBox}
\begin{document}
\begin{dBox}
\lipsum[1]
\end{dBox}
\end{document}
我收到错误Package kvsetkeys Error: Undefined key footnotedistance
。
如果我注释该行,那么它可以正常工作,我使用的footnotedistance=22pt
版本是,请指出我的代码中出了什么问题......mdframed
Package: mdframed 2013/07/01 1.9b: mdframed
希望,它可能需要更新mdframed
...
答案1
文档中(或者说代码中)有一个拼写错误。文档中说的是footnotedistance
,但代码实际上定义了,并带有额外的。如果您更改它,代码应该可以正常工作。footenotedistance
e
这个问题不太可能得到解决,因为mdframed
GitHub是在 2014 年,但我提交了问题反正。