考虑以下 MWE (对于lualatex
):
\documentclass{article}
\usepackage{etoolbox}
\usepackage{fontspec}
\usepackage{biblatex}
\usepackage{bigfoot}
\begin{document}
Test
\end{document}
到目前为止,如果没有包和,TL15
这将无法工作。现在不存在了,但不幸的是,这似乎会带来问题。我总是得到以下错误(实际上我得到了两次):etex
\reserveinserts
TL15
etex
bigfoot
! No room for a new \count .
\ch@ck ...\else \errmessage {No room for a new #3}
\fi
l.621 \newinsert\FN@savebox
?
我猜问题在于bigfoot
,但是由于\reserveinserts
不再存在,我不知道如何解决这个问题。
编辑:以下是 的输出\listfiles
:
article.cls 2014/09/29 v1.4h Standard LaTeX document class
size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
etoolbox.sty 2015/08/02 v2.2a e-TeX tools for LaTeX (JAW)
fontspec.sty 2015/09/24 v2.4e Font selection for XeLaTeX and LuaLaTeX
expl3.sty 2015/10/14 v6210 L3 programming layer (loader)
expl3-code.tex 2015/10/14 v6210 L3 programming layer
l3unicode-data.def 2015/07/20 v5676 L3 Unicode data
l3pdfmode.def 2015/09/10 v5983 L3 Experimental driver: PDF mode
xparse.sty 2015/10/14 v6210 L3 Experimental document command parser
luaotfload.sty 2014/08/10 v2.5-4 OpenType layout system
luatexbase.sty 2015/10/04 v1.3 luatexbase interface to LuaTeX
ctablestack.sty 2015/10/01 v1.0 Catcode table stable support
ltluatex.tex 2015/10/02 v1.0e LuaTeX support for plain TeX (core)
unicode-letters.def
fontspec-patches.sty 2015/09/24 v2.4e Font selection for XeLaTeX and LuaLaTeX
fontspec-luatex.sty 2015/09/24 v2.4e Font selection for XeLaTeX and LuaLaTeX
fontenc.sty
eu2enc.def 2010/05/27 v0.1h Experimental Unicode font encodings
eu2lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many othe
r characters in Unicode lower plane
eu2lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern
graphicx.sty 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)
keyval.sty 2014/10/28 v1.15 key=value parser (DPC)
graphics.sty 2014/10/28 v1.0p Standard LaTeX Graphics (DPC,SPQR)
trig.sty 1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
infwarerr.sty 2010/04/08 v1.3 Providing info/warning/error messages (HO)
ltxcmds.sty 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
fontspec.cfg
biblatex.sty 2015/04/19 v3.0 programmable bibliographies (PK/JW/AB)
biblatex2.sty 2015/04/19 v3.0 programmable bibliographies (biber) (PK/JW/AB)
kvoptions.sty 2011/06/30 v3.11 Key value format for package options (HO)
kvsetkeys.sty 2012/04/25 v1.16 Key value parser (HO)
etexcmds.sty 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
ifluatex.sty 2010/03/01 v1.3 Provides the ifluatex switch (HO)
logreq.sty 2010/08/04 v1.0 xml request logger
logreq.def 2010/08/04 v1.0 logreq spec v1.0
ifthen.sty 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
url.sty 2013/09/16 ver 3.4 Verb mode for urls, etc.
blx-dm.def
biblatex-dm.cfg
blx-compat.def 2015/04/19 v3.0 biblatex compatibility (PK/JW/AB)
biblatex.def
standard.bbx 2015/04/19 v3.0 biblatex bibliography style (PK/JW/AB)
numeric.bbx 2015/04/19 v3.0 biblatex bibliography style (PK/JW/AB)
numeric.cbx 2015/04/19 v3.0 biblatex citation style (PK/JW/AB)
biblatex.cfg
bigfoot.sty 2015/08/30 2.1 makes footnotes work
manyfoot.sty 2005/09/11 v1.10 Many Footnote Levels Package (NCC)
nccfoots.sty 2005/02/03 v1.2 NCC Footnotes Package (NCC)
suffix.sty 2006/07/15 1.5a Variant command support
perpage.sty 2014/10/25 2.0 Reset/sort counters per page
english.lbx 2015/04/19 v3.0 biblatex localization (PK/JW/AB)
t3cmr.fd 2001/12/31 TIPA font definitions
supp-pdf.mkii
pdftexcmds.sty 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO)
ifpdf.sty 2011/01/30 v2.3 Provides the ifpdf switch (HO)
luatex-loader.sty 2010/03/09 v0.4 Lua module loader (HO)
epstopdf-base.sty 2010/02/09 v2.5 Base part for package epstopdf
grfext.sty 2010/08/19 v1.1 Manage graphics extensions (HO)
kvdefinekeys.sty 2011/04/07 v1.3 Define keys (HO)
epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
答案1
如果您的内核版本过时,则可能会发生这种情况:虽然团队已努力使更改“透明”,但在某些情况下旧内核 ltluatex
和第三方软件包之间的交互可能会出现问题。
使用最新的 TeX 系统,最新内核的源代码将可用。强制重建格式取决于您的 TeX 系统。对于 TeX Live(包括 MacTeX),最简单的方法是在终端上执行
sudo fmtutil-sys --refresh
对于 MiKTeX,从开始菜单上的 MiKTeX 维护条目中,选择设置,然后选择更新格式。
请注意,该etex
包仍然可用,因此对于较旧的格式,方法
\RequirePackage{etex}
\reserveinserts{40}
...
将工作。