Basic Setup
index-basic.tex
Build Steps
- Run LaTeX.
- Run
makeindex <jobname>. - Run LaTeX again.
Subentries
subentries.tex
Add an alphabetical index to books and theses with imakeidx, index entries, and makeindex workflows.
\documentclass{book}
\usepackage{imakeidx}
\makeindex
\begin{document}
\chapter{Foundations}
LaTeX\index{LaTeX} supports structured writing.
Bibliography\index{bibliography} workflows are flexible.
\chapter{Methods}
Hyperlinks\index{hyperlinks} improve navigation.
\printindex
\end{document}
makeindex <jobname>.Neural networks\index{machine learning!neural networks}
Transformers\index{machine learning!transformers}
Was this page helpful?