Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b1337d

Browse files
committed
Add module index before the general index.
1 parent da941ef commit 0b1337d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Doc/lib.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@
224224

225225
\input{libundoc}
226226

227+
\renewcommand{\indexname}{Module Index}
228+
\input{modules.ind} % Module Index
229+
230+
\renewcommand{\indexname}{Index}
227231
\input{lib.ind} % Index
228232

229233
\end{document}

Doc/lib/lib.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@
224224

225225
\input{libundoc}
226226

227+
\renewcommand{\indexname}{Module Index}
228+
\input{modules.ind} % Module Index
229+
230+
\renewcommand{\indexname}{Index}
227231
\input{lib.ind} % Index
228232

229233
\end{document}

0 commit comments

Comments
 (0)