imakeidx section
我正在尝试在总索引中正确对齐。我正在使用(最相关的):
\documentclass[a4paper,12pt]{book}
\usepackage{imakeidx}
\makeindex[title=\'Indice de t\'erminos]
\usepackage{geometry}
\geometry{a4paper,total={170mm,257mm},left=20mm,top=20mm}
\usepackage{parcolumns}
\usepackage{anysize}
\marginsize{3cm}{3cm}{3cm}{3cm} %Márgenes {izquierda}{derecha}{arriba}{abajo}
\begin{document}
\renewcommand{\indexname}{\'Indice de t\'erminos}
\clearpage
\pagestyle{empty}
\addcontentsline{toc}{chapter}{\'Indice de t\'erminos}
\printindex
我得到了这个:
我希望每个项目都以相同的“边距”大小显示(我使用红线)。与 imakeidx 对应的项目有点偏。
提前致谢。