MakeIndex, Nomenclature, Glossaries and AcronymsIndexing names in footenotes

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
Jongomez
Posts: 48
Joined: Tue Nov 28, 2023 9:29 pm

Indexing names in footenotes

Post by Jongomez »

I am using in the preamble:
\usepackage{imakeidx}
\makeindex

And within the document (at the end):
\clearpage
\index{Índice alfabético}

\addcontentsline{toc}{chapter}{Index }
\printindex
\end{document}
************************************
For names in the main document I write (example): text, text, tex......\index{Einstein} Einstein ....
and I get the correct entry in the Index page:

Einstein, 10 (page no. 10)

BUT, for names within a \footenote I wish the letter f to appear (in italic) the Index page, after the page number, i.e.

Einstein, 35f (f in italic)

Can you help me?
Thanks a lot,
Jon A. Gomez

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply