我即将完成我的硕士论文,需要在确定第一个术语后自动索引所有相似的术语。例如:
\documentclass{article}
\usepackage{makeidx}
\makeindex
\begin{document}
%%%page1
\section{blah blah}
I'm **finishing** \index{finishing} up my thesis.
%.....
%....
%%% page2
Before **finishing** my thesis..
\printindex
\end{document}
我想自动包含术语精加工在我的索引中的第 2 页(或其他页面)。类似这样的内容:
指数
完成,1,2。
这可能吗?