更改,索引

更改,索引

如何,-之间切换indexnumber of the pages

在此处输入图片描述

我的最小文件:

\documentclass[11pt]{book}
\usepackage[pagebackref=true, colorlinks, linkcolor=blue, citecolor=magenta, urlcolor=cyan] {hyperref}
\usepackage{makeidx}
\makeindex
\begin{document}
\chapter{test1}
\index{topology}
\chapter{test2}
\index{topology}
\index{continue}
\printindex
\end{document}

谢谢。

相关内容