footcite
我在一起使用ofbibtex
和\makesavenoteenv
of时遇到问题footnote
。
这是我的(不是那么最小的)MnWE,我试图在浮动环境\footcite
中使用它table
:
\documentclass[10pt,
a4paper,
twoside,openright,
% oneside,openany,
titlepage,
headinclude,,footinclude,
BCOR5mm,
cleardoublepage=empty,
tablecaptionabove,
]{scrreprt}
% Language + Encoding
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian,english]{babel}
% Typography
%\usepackage{indentfirst}
\usepackage{mparhack,fixltx2e,relsize}
% Figures + Tables
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{tabularx}
\usepackage{booktabs}
% Units
\usepackage{siunitx}
% Chemistry
\usepackage[version=3]{mhchem}
% Quote
\usepackage[font=small]{quoting}
% Bibliography
\usepackage[style=philosophy-modern,hyperref,square,natbib,backend=bibtex]{biblatex}
\addbibresource{bibliography/Bibliography.bib}
% Footnotes
\usepackage{footnote}
%\makesavenoteenv{tabular}
%\makesavenoteenv{table}
\usepackage[eulerchapternumbers,
subfig,
beramono,
eulermath,
pdfspacing,
listings,
]{classicthesis}
\usepackage{arsclassica}
% Graphs
\usepackage{pgfplots}
\usepgfplotslibrary{external}
\tikzexternalize
\begin{document}
\begin{table}
\centering
\begin{tabular}{l c c c c}
\toprule
& $E_b^\text{\ce{O2}}$ (\si{\electronvolt}) & $d_\text{\ce{O}-\ce{O}}$ (\si{\angstrom})& $E_b^\text{\ce{N2}}$ (\si{\electronvolt}) & $d_\text{\ce{N}-\ce{N}}$ (\si{\angstrom})\\
\midrule
GGA & \num{-5.855} & \num{1.215} & \num{-10.138} & \num{1.096} \\
Exp. \footcite{Wang2008} & \num{-5.12} & \num{1.21} & - & - \\
GGA\footcite{Stampfl1999} & - & - & \num{-9.867}& \num{1.105}\\
GGA\footcite{Zoroddu2001} & - & - & \num{-10.558} & \num{1.113}\\
Exp.\footcite{Stampfl1999} & - & - & \num{-9.9}& \num{1.10}\\
\bottomrule
\end{tabular}
\caption{Comparison of calculated binding energy and bond lengths for \ce{O2} and \ce{N2} with experimental and other theoretical values.}
\end{table}
\end{document}
在编译过程中,我收到以下错误:
./Untitled.tex:69: Extra }, or forgotten \endgroup.
<argument> ...@finalstrut \strutbox }\fn@endnote }
l.69 Exp. \footcite{Wang2008}
& \num{-5.12} & \num{1.21} & - & - \\
当我评论时,\makesavenoteenv
编译完成而没有错误,但显然脚注没有出现(但脚注编号存在于表中)。
我该如何解决这个问题?
我不一定需要在页面底部添加脚注。类似下面的内容就很好:
该表格取自物理评论B,以 LaTeX 编写(雷威科技)