在 中\documentclass{book}
,\printindex
将索引的前两列分流到页面下方,留下了我不需要的空白。这个空间的名称是什么,以便我可以将其重置为零?
参考下图:目标是阿贝(左栏顶部,左页)和'əuk'ə́mi(右栏顶部,左页)水平对齐胡纳瓦和卡门特(左、右栏顶部,右页)。
答案1
根据 Barbara Beeton 的提示和 Nicola Talbot 的评论,我直接在之前添加了以下内容\printindex
:
\titleformat{\chapter}[runin]{}{}{}{}
\titlespacing{\chapter}
{0pt}{-\baselineskip}{0pt}
使用titlesec.sty
。希望这可以帮助有类似疑问的人。