我用 XeTeX 创建了一个文档。最初,我添加了一个脚注,但后来删除了它。但脚注分隔线并没有消失。为什么会这样?
编辑:添加 MWE
\documentclass[12pt]{article}
\usepackage{longtable,booktabs}
\newcommand{\rom}{\itshape}%\fontsize{11}{12}\selectfont}
\begin{document}
\section*{\emph{pa-varga} -- Labial sound\protect\footnote{pronounced with the lips}}
\begin{longtable}[]{@{}cc@{}}
\toprule
\textbf{English} & \textbf{Pronunciation}\tabularnewline
\midrule
\endhead
{\rom pa} & as in \textbf{p}ill\tabularnewline
{\rom pha} & as in scoo\textbf{p-h}oney\tabularnewline
{\rom ba} & as in \textbf{b}ut, \textbf{b}ank\tabularnewline
{\rom bha} & as in a\textbf{bh}or, tu\textbf{b-h}ard\tabularnewline
{\rom ma} & as in \textbf{m}ice, \textbf{m}oney\tabularnewline
\bottomrule
\end{longtable}
\end{document}
答案1
我找不到问题的原因。但我设法找到了解决办法。
我所做的是完全重新调整页面的下部[更改其内容等],并删除空白的页脚区域。