如何,
在-
之间切换index
?number 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}
谢谢。